home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / benv302.zip / BROWSE.BAT < prev    next >
DOS Batch File  |  1992-09-23  |  283b  |  14 lines

  1. @ECHO OFF
  2. IF NOT "%1"=="" IF EXIST %1 GOTO WithParm
  3. BEN CURSOR OFF / MESSAGE Please~select~the~file~you~want~to~read.
  4. BEN DIRDISP .
  5. IF "%BEN%"=="" GOTO End
  6. BEN LIST %BEN% %BEN%~(Press~ESC~to~quit)
  7. GOTO End
  8.  
  9. :WithParm
  10. BEN LIST %1 %1~(Press~ESC~to~quit)
  11.  
  12. :End
  13. BEN CLEANUP
  14.