home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / batch / ben311.zip / BROWSE.BAT < prev    next >
DOS Batch File  |  1993-05-15  |  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.