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

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