home *** CD-ROM | disk | FTP | other *** search
/ Doom Magazine 1 / Doom_magazine_01.bin / 6.bat < prev    next >
DOS Batch File  |  1994-10-11  |  89b  |  12 lines

  1. @echo off
  2. cls
  3. cd \text
  4. type info.txt
  5. pause
  6. cls
  7. type info1.txt
  8. pause
  9. cd ..
  10. go
  11.  
  12.