home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / data / system / Quickrun / Readme.txt < prev    next >
Encoding:
Text File  |  1997-06-27  |  4.0 KB  |  104 lines

  1. QuickRunner v1.00 Beta - Floating Command Line for Windows 95
  2. by The Rageman (http://www.rageman.com)
  3. ------------------------------------------------------------------------------
  4.  
  5. Thanks for trying QuickRunner v1.0. I use the keyboard a lot so I spent a lot
  6. of time using the Run command on the Start Menu. It just didn't do what I 
  7. needed so I did this little app. It has some features that make it much better
  8. than the Start Menu's Run command. Hope you enjoy it, let me know if you do...
  9.  
  10. ------------------------------------------------------------------------------
  11.  
  12. -----SETUP
  13. Just unzip QuickRun.exe to a folder and create yourself a shortcut.
  14.  
  15. The only requirement for using QuickRunner is that you are using Windows 95 or 
  16. NT. I don't use NT, so I just assume that it works on NT...
  17.  
  18. Right-click to set any options, most are self-explanatory.
  19.  
  20. You can double-click in the command-line to bring up a browse dialog, or use 
  21. the shortcut (Ctrl-B).
  22.  
  23. There are shortcut keys for just about everything (I'm a keyboard person...),
  24. just look on the right-click menu to get em...
  25.  
  26. Click and drag on the left edge to move QuickRunner, the right edge to change
  27. the size.
  28.  
  29.  
  30.  
  31. -----NO QUOTES???
  32. QuickRunner should be able to figure out what you want without having to have
  33. all the quotes. It starts from the right, taking words off until it has a 
  34. working path/file. It assumes that everything else is a document/parameter.
  35.  
  36. For example:
  37. If you type
  38.     C:\Program Files\Accessories\Wordpad.exe Newfile.Txt
  39.  
  40. Quickrun would try
  41.     C:\Program Files\Accessories\Wordpad.exe Newfile.Txt
  42.  
  43. and when not finding it as one file or path, it would then try
  44.     C:\Program Files\Accessories\Wordpad.exe
  45.  
  46. Boom, it would find that. So Newfile.txt must be a document to pass to Wordpad.
  47.  
  48. Normally, you would have had to type
  49.     "C:\Program Files\Accessories\Wordpad.exe" Newfile.Txt
  50.  
  51. or use the short filenames like
  52.     C:\Progra~1\Access~1\Wordpad.exe Newfile.Txt
  53.  
  54. It is just a matter of isolating the spaces...
  55.  
  56. Note that if you didnt' have Wordpad.exe in that location, it would have gotten
  57. down to C:\ looking for a folder or file named Program before it gave you an 
  58. error message. Not that this is a big deal, either way you screwed up. It'll 
  59. just say "Hey, I couldn't find C:\Program", instead of "Hey, Where's C:\Program
  60. Files\Accessories\Wordpad.exe".
  61.  
  62. The only time that you would need quotes is when the program you are running 
  63. needs quotes on the parameters that you've added. 
  64.  
  65. For example, Windows PaintBrush needs quotes around the filename if it contains 
  66. spaces. Normally you would need to have quotes around both parts like this:
  67.     "C:\Program Files\Accessories\MSPAINT.EXE" "Mangled Clown Picture.bmp"
  68.  
  69. but with QuickRunner, you can at least get away with:
  70.     C:\Program Files\Accessories\MSPAINT.EXE "Mangled Clown Picture.bmp"
  71.  
  72. With something, such as Notepad, that is smart enough to figure out its own
  73. quotes, you can just let it fly with never a thought. Like this:
  74.     C:\Program Files\Accessories\Notepad.Exe Disturbing Fairy Tale.txt
  75.  
  76.  
  77.  
  78. -----MISC
  79. When QuickRunner starts, it imports the history from the Run command on the 
  80. Start Menu. This will always be the last 26 items in QuickRunner's history
  81. list. QuickRunner stores its last 20 commands in its own history, for a total 
  82. of 46 items total. 
  83.  
  84.  
  85.  
  86. -----TIP
  87. For a command you use frequently, do it once from the Run on the Start Menu.
  88. That way, it'll always be there when QuickRunner starts up. And since you 
  89. won't be using the Start Menu|Run as much, it won't get knocked out of the
  90. list anytime soon. 
  91.  
  92. Let me know of anything it lacks, screws up, etc. It is always work in progress 
  93. around here.
  94.  
  95. Oh yeah, I assume no rights for damages, etc, blah, blah, blah.... Use at your
  96. own risk, Don't fear the reaper, A bird in the hand, ......
  97.  
  98. Get newest versions and updates at http://www.rageman.com
  99.  
  100.         The Rageman
  101.             (rageman@rageman.com)
  102.  
  103. ------------------------------------------------------------------------------
  104.