home *** CD-ROM | disk | FTP | other *** search
- .key path,n1,n2,n3,n4,n5,n6,n7,n8,n9,n10
- .bra {
- .ket }
- "Nostromo:C/Assign" OLDC: C:
- "Nostromo:C/Assign" C: "Nostromo:C"
- If NOT "{n1}x" EQ "x"
- C:Echo "You must use *"Quotes*" as in *"DH0:Cheats*". Installation Aborted."
- Skip DONE
- EndIf
- If "{path}" EQ "Quit"
- Skip DONE
- EndIf
- If "{path}" EQ "quit"
- Skip DONE
- EndIf
- If "{path}" EQ "QUIT"
- Skip DONE
- EndIf
- If "{path}x" EQ "x"
- Skip DONE
- EndIf
- C:Echo "Installing Cheats to *"{path}*"..."
- If NOT EXISTS "{path}"
- C:MakeDir "{path}"
- EndIf
- C:Copy C:Copy A:Copy
- if NOT EXISTS "{path}.info"
- A:Copy "Nostromo:Empty.info" "{path}.info" quiet
- EndIf
-
- ;HERE FOLLOW ALL THE FILES TO BE COPIED TO YOUR HARD DRIVE.
-
- A:Copy "Nostromo:ASC" "{path}/asc" quiet
- A:Copy "Nostromo:Doc" "{path}/doc" quiet
- A:Copy "Nostromo:Cheats" "{path}" quiet
- A:Copy "Nostromo:Cheats.info" "{path}" quiet
- A:Copy "Nostromo:Boing.snd" "{path}" quiet
- A:Copy "Nostromo:Torpedo.snd" "{path}" quiet
- A:Copy "Nostromo:Disrupter.snd" "{path}" quiet
- A:Copy "Nostromo:Menu.iff" "{path}" quiet
- A:Copy "Nostromo:Document.iff" "{path}" quiet
- A:Copy "Nostromo:Solves.iff" "{path}" quiet
- A:Copy "Nostromo:leader" "{path}" quiet
- A:Copy "Nostromo:Libs/powerpacker.library" "{Libs:}" quiet
-
-
- ;HERE ARE THE FONTS NEEDED BY THE PROGRAM
-
-
- A:copy "nostromo:fonts/2001" "fonts:2001" quiet
- A:copy "nostromo:fonts/garamond/32" "fonts:garamond"
- A:copy "nostromo:fonts/2001.font" "fonts:" quiet
- A:copy "nostromo:fonts/garamond.font" "fonts:"
-
- ;HERE ARE THE LIBRARIES TO BE INSTALLED !!!
-
- A:copy "nostromo:libs/powerpacker.library" "libs:"
-
- c:echo "*N Don't forget to ASSIGN Nostromo to your hard disk...*N"
-
- C:echo "*NExample : Assign Nostromo: Dh0:Cheats*N"
- C:Echo "*NInstallation Complete.*N"
- 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."
- 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."
- Lab DONE
- "Nostromo:C/Assign" C: OLDC:
- "Nostromo:C/Assign" OLDC:
-