home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD2.bin
/
bbs
/
util
/
dosk-1.0.lha
/
DosK
/
Commands
/
VERK
< prev
next >
Wrap
Text File
|
1995-01-04
|
496b
|
14 lines
REQUESTCHOICE >ENV:ANS "RunK ©November 1994 By Kenneth J. McCormick. All Rights Reserved." "RUN OR EXECUTE A FILE OR PROGRAM" "RUN" "EXEC" "MULTITASK" "BYE"
lab START
REQUESTFILE >ENV:FILE TITLE="PICK LIBRARY OR PATH DEVICE" SYS:LIBS
REQUESTCHOICE >ENV:ANS "VerK ©November 1994 By Kenneth J. McCormick. All Rights Reverved" "PRESS A BUTTON" "VERSION" "BYE"
IF $ANS EQ "0"
SKIP DONE
ENDIF
IF $ANS EQ "1"
VERSION $FILE >RAM:TEST FULL
SYS:UTILITIES/MULTIVIEW RAM:TEST
ENDIF
SKIP START BACK
LAB DONE