home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / DELIM327.ZIP / EX1.BAT < prev    next >
DOS Batch File  |  1993-03-10  |  130b  |  13 lines

  1. echo off
  2. cls
  3. type ex1.txt
  4. pause
  5.  
  6. type bank.txt
  7. pause
  8.  
  9. delimit bank1.par bank.txt bank1.out
  10. pause
  11.  
  12. type bank1.out
  13. pause