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 >
Wrap
DOS Batch File
|
1992-09-23
|
283b
|
14 lines
@ECHO OFF
IF NOT "%1"=="" IF EXIST %1 GOTO WithParm
BEN CURSOR OFF / MESSAGE Please~select~the~file~you~want~to~read.
BEN DIRDISP .
IF "%BEN%"=="" GOTO End
BEN LIST %BEN% %BEN%~(Press~ESC~to~quit)
GOTO End
:WithParm
BEN LIST %1 %1~(Press~ESC~to~quit)
:End
BEN CLEANUP