home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Games Machine 34
/
rbsii1.iso
/
amiga
/
patches
/
fears.lzx
/
fearscheater
/
InstallLevelcheater
< prev
next >
Wrap
Text File
|
1998-02-13
|
620b
|
48 lines
;
; Installer by software failure/airsoft `97
;
echo ""
echo "Welcome to Fears CD32 Levelcheater installation"
echo ""
echo noline "Continue (y/n) ? "
Set >NIL: ques ?
If $ques EQ y
skip yo
endif
echo ""
echo "CU"
quit
Lab yo
echo ""
C:Requestfile >ENV:af TITLE "Select Fears drawer" DRAWERSONLY
Assign af: $af
if exists af:fears_gr
skip ok
else
echo "File fears_gr not found"
quit
endif
Lab ok
Copy >NIL: fcheat $af all
Copy >NIL: levelcheater $af all
Copy >NIL: levelcheater.inf af:LevelCheater.info
Copy >NIL: delete C:
Copy >NIL: execute C:
Copy >NIL: rename C:
echo ""
echo "Finished!"
quit