home *** CD-ROM | disk | FTP | other *** search
- BACKGROUND 43
- TELESCOPE OFF
-
- WINOPEN 0 2 95
- " CD FILM"
- ""
- " Installation Program"
- ""
- "All games are (SHAREWARE VERSIONS)"
-
- TELESCOPE ON
- SHADOW ON
- SPACE 2000
-
- VIDEO VGA
- JUMP.NO NO_VGA
-
- MEMORY 640
- JUMP.NO NO_MEM
-
- :PROMPT
- DRIVE C 0 11 31 15 32 14 79
- PATH \Lazer1\Atlantis 0 11 31 15 32 14 79
-
- EXIST ~1~2\*.*
- JUMP.NO UNPACK
-
- EXIST ~1~2\INSTALL.EXE
- JUMP.YES UNPACK
-
- WINOPEN 0 11 79
- ""
- "The directory ~1~2 already exists and contains files!"
- ""
- "Are you SURE you want to install it here Y or N?"
- ""
- WINUPDATE +45 +7 78
- "Y or N?"
- BEEP
- ASK +52 +7
- WINCLOSE
- JUMP.NO PROMPT
-
- :UNPACK
- PROMPT OFF
- DELETE ~1~2\*.* 1 24 51
- PROMPT ON
- COPY ~0\org.exe ~1~2\ 0 12 31
- COPY ~0\runme.bat ~1~2\ 0 12 31
- COPY ~0\uinstall.exe ~1~2\ 0 12 31
- COPY ~0\uinstall.fil ~1~2\ 0 12 31
- JUMP.FAIL INSTALL_FAILURE
-
-
-
- :EXIT
- beep
- END
-
- :INSTALL_FAILURE
-
- WINOPEN 0 11 79
-
- "THE INSTALLATION PROGRAM FAILED PRIOR TO COMPLETION!"
- ""
- "Possible reasons:"
- " -- The CD disk was damaged during shipping."
- " -- Your disk drive is out of alignment."
- " -- The CD disk was removed prior to completion."
- ""
- "Press [Enter] to remove incomplete program files."
-
- WAIT +50 +8
-
- PROMPT OFF
- DELETE ~1~2\*.* 0 0 31
- RD ~1~2
- PROMPT ON
-
- WINCLOSE
- WINCLOSE
-
- WINOPEN 0 0 31
-
- "PARTIALLY INSTALLED FILES ARE NOW DELETED."
- ""
- "Please try to install the software again."
- ""
- "Press [Enter] to Quit."
-
- WAIT +14 +24
- END
-
-
- :NO_VGA
-
- WINOPEN 0 11 79
-
- "This game!! REQUIRES AN VGA (OR BETTER) MONITOR TO RUN."
- "Sorry, but it won't run on your computer."
- ""
- " Press [Enter] to Quit."
-
- WAIT +29 +4
-
-
- :NO_MEM
-
- WINOPEN 0 11 79
-
- "This game! REQUIRES 640K MEMORY TO RUN."
- "Sorry, but it won't run on your computer."
- ""
- " Press [Enter] to Quit."
-
- WAIT +29 +4
-