home *** CD-ROM | disk | FTP | other *** search
/ On Disk Monthly 64 / odm64.zip / PAS.TXT < prev    next >
Text File  |  1991-12-11  |  3KB  |  84 lines

  1. Point and Shoot
  2. BANNER COLORS 1 1
  3. SG
  4. point shoot static
  5. delayicon
  6. staticgraph 142,137
  7. AG
  8. point shoot animation
  9. P #0 1 8
  10. T #1 1 0,127 9
  11. L #2 1 -128,228;0,228 4 3 B
  12. R #2 1 0
  13. T #2 1 5,228 8 P
  14. T #3 1 231,222 4 B
  15. R #3 1 4
  16. T #4 1 26,67 15
  17. T #5 1 231,222 4 B
  18. R #5 1 4
  19. T #6 1 252 124 15
  20. T #3 1 231,222 4 B
  21. R #3 1 4
  22. T #7 1 23,197 10
  23.  
  24. This month's Happy Hacker program is a command line junkie's dream
  25. come true.  Point and Shoot (PAS) allows you to attach an easy to
  26. use menu to ANY command.  That's right ^Uany command^U. Now XCOPY,
  27. DEL, CD, DELDIR all have menus.  If you use DOS a lot, you are
  28. going to LOVE this program.
  29.  
  30. ^CTHIS PROGRAM ASSUMES THE USER KNOWS
  31. ^CTHE COMMAND LINE INTERFACE.
  32.  
  33. PAS works like a second level file filter.  For example, imagine
  34. that you had a directory on your hard drive with five *.pas
  35. files, five *.doc files and five *.exe files in it.  Your goal is
  36. to copy two of the *.pas files and three of the *.exe files to a
  37. floppy in drive B:.  In DOS you would have to do a directory,
  38. note the names and possibly issue COPY commands for each file.
  39. With PAS all you type is, PAS COPY [*.PAS *.EXE] B: and you'll be
  40. presented with a menu of all five *.PAS files. Using your
  41. keyboard or your mouse, mark the two *.PAS files you would like
  42. to copy and press [ENTER].  PAS will then copy the marked files 
  43. to B:.  PAS then gives you a menu of *.EXE files and you repeat 
  44. the marking process on the three files you need.
  45.  
  46. The syntax for PAS is:
  47.  
  48. PAS (PAS switches) COMMAND [source file path and mask]
  49. (destination path) (COMMAND switches)
  50.  
  51. Note:
  52.  
  53. (  ): indicates optional parameters
  54. [  ]: Must be included around the source file path and mask.
  55.  
  56. There are several command line switches which change how PAS
  57. functions.  The following list will alter PAS for your special
  58. needs:
  59.  
  60. /C - Suppress color (force monochrome)
  61. /N - Turn sound (noise) off
  62. /E - Turn exploding windows off
  63. /S:n|e|s|d - Sort listing by name, ext, size, or date
  64. /H - Help screen of switches
  65.  
  66. PAS has in-program help available by pressing [F1] when in the
  67. program, but it's so easy we doubt you'll need it.
  68.  
  69. ^CQuick Start
  70.  
  71. * Press [R] to run Point and Shoot. We've set the program up to 
  72. run as if "PAS TYPE [*.TXT] |MORE" had been issued from the 
  73. command line.
  74.  
  75. * Use your mouse or keyboard to mark files and press [ENTER] to 
  76. type them.
  77.  
  78. ^COutside ^UOn Disk Monthly^U
  79.  
  80. To run this program outside ^UOn Disk Monthly^U, type:
  81. ^BPAS^B.
  82.  
  83. ^BDisk files this program uses:^B
  84. ^FPAS.EXE