;
; 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
 
 
