home *** CD-ROM | disk | FTP | other *** search
- Window 1 1 80 25
- BackgroundColor 0
- ClearScreen
-
- :Start
- DefaultPath \jetpack
- ProgramName Jetpack
- DiskSpaceRequired 670000 ; Minimum amount of space needed to install
-
- $╔═════════════════════════════════════════════════════════════════════════════╗
- $║ Software Creations BBS (ASP) - (508) 365-2359 ║
- $║ "Home Of The AUTHORS" ║
- $║ "Specializing in the Development & Distribution of Shareware" ║
- $╚═════════════════════════════════════════════════════════════════════════════╝
- $
- Window 18 6 80 25
- gotoxy 1 1
- $╔═════════════════════════════════════╗
- $║ Jetpack Installation Program ║
- $╠═════════════════════════════════════╣
- $║ This program will install: ║
- $║ - Jetpack Shareware Version 1.3 ║
- $╚═════════════════════════════════════╝
- Window 1 6 80 25
- gotoxy 1 8
- GetYesNo Y Do you wish to continue installation
- Switch UserInput
- goto Abort ; User is quiting installation
-
- ClearScreen
- Window 12 6 80 25 ; Center the Disk display
- IdentifyDrives
- Window 1 6 80 25
- gotoxy 1 18
- GetDestinationDrive
- GetDestinationPath
- Window 1 1 80 25
- BackgroundColor 0
- ClearScreen
- $
- $Installing "Jetpack" to %ddrv%dpath...
- $
-
- exists jetpack.exe
- switch ErrorLevel
- goto Error ; File not found
-
- copy jetpack.exe %ddrv%dpath
- copy setblast.exe %ddrv%dpath
- copy *.doc %ddrv%dpath
- copy *.txt %ddrv%dpath
- copy *.asp %ddrv%dpath
- copy *.diz %ddrv%dpath > NUL
- copy jet*.dat %ddrv%dpath
- copy sclm*.dat %ddrv%dpath
-
- goto ExitGood
-
- :Abort
- $
- $Installation aborted.
- $
- goto Exit
-
- :Error
- $
- $Error Installing!
- $
- goto Exit
-
- :ExitGood
- %ddrv
- chdir %dpath
- Window 1 1 80 25
- ClearScreen
- Window 20 11 80 25 ; Put message in center of screen
- GotoXY 1 1
- $╔════════════════════════════════════╗
- $║ Installation was successful. ║
- $║ Type JETPACK to run. ║
- $╚════════════════════════════════════╝
- :Exit
-
-