home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 34 / rbsii1.iso / amiga / patches / wendetta.lzx / wendettatrainer / InstallTrainer < prev    next >
Text File  |  2004-05-19  |  589b  |  48 lines

  1. ;
  2. ; Installer by software failure/airsoft `97
  3.  
  4. echo ""
  5. echo "Welcome to Wendetta Trainer installation"
  6. echo ""
  7. echo noline "Continue (y/n) ? "
  8.  
  9. Set >NIL: ques ?
  10.  
  11. If $ques EQ y
  12.   skip yo
  13. endif
  14.  
  15. echo ""
  16. echo "CU"
  17. quit
  18.  
  19. Lab yo
  20.  
  21. echo ""
  22. C:Requestfile >ENV:af TITLE "Select Wendetta drawer" DRAWERSONLY
  23.  
  24. Assign af: $af
  25.  
  26. if exists af:start
  27.   skip ok
  28. else
  29.   echo "File Start not found"
  30.   quit
  31. endif
  32.  
  33. Lab ok
  34.  
  35. Copy >NIL: wtrainer $af
  36. Copy >NIL: Trainer $af
  37. Copy >NIL: Trainer.inf af:Trainer.info
  38. Copy >NIL: delete C:
  39. Copy >NIL: execute C:
  40. Copy >NIL: rename C:
  41.  
  42. echo ""
  43. echo "Finished!"
  44. quit
  45.  
  46.  
  47.