home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / GLEN / DOALL.ZIP / DOALL.DOC next >
Text File  |  1990-04-18  |  2KB  |  23 lines

  1.    Gary North's DOALL  Ver 1.1  (c) 1990  by Arnold Jagt  CompuServe 76670,517                                                                               
  2.  
  3.  ╔══════════════════════════════════SYNTAX════════════════════════════════════╗
  4.  ║ DOALL [/n] program_name [switches] [//]file_spec[//] [switches] [> device] ║
  5.  ║         1       2           3        4     5      4       3          6     ║
  6.  ╠═════════════README═════════════╗                                           ║
  7.  ║                                ║  1. NoPause - No option to skip file      ║
  8.  ║  This program will process     ║  2. Your program                          ║
  9.  ║  all the files that match      ║  3. Any switches you need                 ║
  10.  ║  the file specification        ║  4. Use // for exact control of spacing   ║
  11.  ║  for the program name given.   ║  5. The specification with ? or *         ║
  12.  ║  DOALL helps you get past the  ║  6. Redirect output to a file or device   ║
  13.  ║  limitation of programs that   ║                                           ║
  14.  ║  only process 1 file at a time.║   Ctrl-C or Ctrl-Break to abort Doall     ║
  15.  ║                                ║                                           ║
  16.  ╠════════EXAMPLE OF USAGE════════╩═══════════════════════════════════════════╣
  17.  ║                                                                            ║
  18.  ║Run every file with a .doc extension against the TYPE program:              ║
  19.  ║C:\>doall type *.doc                                                        ║
  20.  ║                                                                            ║
  21.  ║How to use DOALL when exact control over spacing is required (with NoPauses)║
  22.  ║C:\>doall /n lib newlib+//*.obj// ;                                         ║
  23.  ╚════════════════════════════════════════════════════════════════════════════╝