home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / DIR / DS420.ZIP / LIST.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-10-18  |  135 b   |  10 lines

  1. echo off
  2. echo  
  3. echo No LISTER file specified - Using DOS 'type' command for listing
  4. echo  
  5. pause
  6. echo  
  7. type %1
  8. echo  
  9. pause
  10.