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

  1. echo off
  2. cls
  3. type ex2.txt
  4. pause
  5.  
  6. type bank.txt
  7. pause
  8.  
  9. type bank2.par
  10. pause
  11.  
  12. delimit bank2.par bank.txt bank2.out
  13. pause
  14.  
  15. type bank2.out
  16. pause