home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Games Machine 34
/
rbsii1.iso
/
amiga
/
patches
/
wendetta.lzx
/
wendettatrainer
/
InstallTrainer
< prev
next >
Wrap
Text File
|
2004-05-19
|
589b
|
48 lines
;
; Installer by software failure/airsoft `97
;
echo ""
echo "Welcome to Wendetta Trainer 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 Wendetta drawer" DRAWERSONLY
Assign af: $af
if exists af:start
skip ok
else
echo "File Start not found"
quit
endif
Lab ok
Copy >NIL: wtrainer $af
Copy >NIL: Trainer $af
Copy >NIL: Trainer.inf af:Trainer.info
Copy >NIL: delete C:
Copy >NIL: execute C:
Copy >NIL: rename C:
echo ""
echo "Finished!"
quit