home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1997 #4 / amigaacscoverdisc1997-041997.iso / games / installers / flamingotourshd / installflamingotours < prev    next >
Text File  |  1997-05-23  |  482b  |  39 lines

  1. ;
  2. ; Installer by software failure/airsoft `97
  3.  
  4. echo ""
  5. echo "Welcome to Flamingo Tours 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 drawer" DRAWERSONLY
  23.  
  24. Assign af: $af
  25.  
  26. Lab ok
  27.  
  28. Copy >NIL: TM1: $af all
  29. Copy >NIL: TM2: $af all
  30. Copy >NIL: FlamingoTours $af all
  31. Copy >NIL: FlamingoTours.inf af:FlamingoTours.info
  32.  
  33. echo ""
  34. echo "Finished!"
  35. quit
  36.  
  37.  
  38.