home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 11 / bbd11.zip / DO.TXT < prev    next >
Text File  |  1987-06-09  |  1KB  |  30 lines

  1. |D╔══════════════════╗════════════════════════════════════════════════════════════
  2. |D║ |5The Happy Hacker |D║════════════════════════════════════════════════════════════
  3. |D╚══════════════════╝════════════════════════════════════════════════════════════
  4.  
  5. ^C^1DO.BAT
  6. ^Cby
  7. ^CMilo Tsukroff
  8.  
  9.    DO.BAT is a batch file which allows you to enter multiple DOS commands on 
  10. one line.
  11.  
  12.    The way you do it is to type DO followed by the commands you want to run, 
  13. separated by asterisks.  Each asterisk must be surrounded by spaces on both 
  14. sides.
  15.  
  16.    For example, if you want to delete the file STUFF.TXT, do a directory, then 
  17. enter BASICA, you would accomplish this in one command with:
  18.  
  19. ^C^1DO DEL STUFF.TXT * DIR * BASICA
  20.  
  21.    Note: If you use the Kramden utility DO, presented last issue, then you may 
  22. wish to rename either or both of the DO's to avoid confusion.
  23.  
  24.    In addition to its practical use, DO.BAT is presented here as an example of 
  25. the power of batch files.  See BITS 'N PC's for information on how to use the 
  26. powerful batch file capability of DOS.
  27.  
  28. DISK FILES THIS PROGRAM USES:
  29. ^FDO.BAT
  30.