home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 4: Phase Four / 17Bit_Phase_Four.iso / files / 2990.dms / 2990.adf / S / Install-II next >
Encoding:
AmigaDOS Script File  |  1992-09-02  |  2.0 KB  |  68 lines

  1. .key path,n1,n2,n3,n4,n5,n6,n7,n8,n9,n10
  2. .bra {
  3. .ket }
  4. "Nostromo:C/Assign" OLDC: C:
  5. "Nostromo:C/Assign" C: "Nostromo:C"
  6. If NOT "{n1}x" EQ "x"
  7.  C:Echo "You must use *"Quotes*" as in *"DH0:Cheats*".  Installation Aborted."
  8.  Skip DONE
  9. EndIf
  10. If "{path}" EQ "Quit"
  11.  Skip DONE
  12. EndIf
  13. If "{path}" EQ "quit"
  14.  Skip DONE
  15. EndIf
  16. If "{path}" EQ "QUIT"
  17.  Skip DONE
  18. EndIf
  19. If "{path}x" EQ "x"
  20.  Skip DONE
  21. EndIf
  22. C:Echo "Installing Cheats to *"{path}*"..."
  23. If NOT EXISTS "{path}"
  24.  C:MakeDir "{path}"
  25. EndIf
  26. C:Copy C:Copy A:Copy
  27. if NOT EXISTS "{path}.info"
  28.  A:Copy "Nostromo:Empty.info" "{path}.info" quiet
  29. EndIf
  30.  
  31. ;HERE FOLLOW ALL THE FILES TO BE COPIED TO YOUR HARD DRIVE.
  32.  
  33. A:Copy "Nostromo:ASC" "{path}/asc" quiet
  34. A:Copy "Nostromo:Doc" "{path}/doc" quiet
  35. A:Copy "Nostromo:Cheats" "{path}" quiet
  36. A:Copy "Nostromo:Cheats.info" "{path}" quiet
  37. A:Copy "Nostromo:Boing.snd" "{path}" quiet
  38. A:Copy "Nostromo:Torpedo.snd" "{path}" quiet
  39. A:Copy "Nostromo:Disrupter.snd" "{path}" quiet
  40. A:Copy "Nostromo:Menu.iff" "{path}" quiet
  41. A:Copy "Nostromo:Document.iff" "{path}" quiet
  42. A:Copy "Nostromo:Solves.iff" "{path}" quiet
  43. A:Copy "Nostromo:leader" "{path}" quiet
  44. A:Copy "Nostromo:Libs/powerpacker.library" "{Libs:}" quiet
  45.  
  46.  
  47. ;HERE ARE THE FONTS NEEDED BY THE PROGRAM
  48.  
  49.  
  50. A:copy "nostromo:fonts/2001" "fonts:2001" quiet
  51. A:copy "nostromo:fonts/garamond/32" "fonts:garamond"
  52. A:copy "nostromo:fonts/2001.font" "fonts:" quiet
  53. A:copy "nostromo:fonts/garamond.font" "fonts:"
  54.  
  55. ;HERE ARE THE LIBRARIES TO BE INSTALLED !!!
  56.  
  57. A:copy "nostromo:libs/powerpacker.library" "libs:"
  58.  
  59. c:echo "*N Don't forget to ASSIGN Nostromo to your hard disk...*N"
  60.  
  61. C:echo "*NExample : Assign Nostromo: Dh0:Cheats*N"
  62. C:Echo "*NInstallation Complete.*N"
  63. C:Echo "To begin *E[32mCheats*E[31m:*N 1. Remove Cheats diskette.*N 2. Boot your hard-drive normally and go to the WorkBench."
  64. C:Echo " 3. Double-click on the hard drive's icon.*N 4. Double-click on the {path} drawer icon.*N 4. Double-click on the Cheats icon."
  65. Lab DONE
  66. "Nostromo:C/Assign" C: OLDC:
  67. "Nostromo:C/Assign" OLDC:
  68.