home *** CD-ROM | disk | FTP | other *** search
- Window 1 1 80 25
- BackgroundColor 1
- Color 15
- ClearScreen
-
- :Start
- DefaultPath \TUBES
- ProgramName Tubes
- DiskSpaceRequired 650000 ; Minimum amount of space needed to install
-
- Window 1 1 80 5
- BackgroundColor 3
- Color 1
- ClearScreen
- Window 1 1 80 25
- $ ╔════════════════════════════════════════════════════════════════════════════╗
- $ ║ Software Creations BBS (ASP) - (508) 365-2359 ║
- $ ║ "Home Of The AUTHORS" ║
- $ ║ "Specializing in the Development & Distribution of Shareware" ║
- $ ╚════════════════════════════════════════════════════════════════════════════╝
- Window 18 7 64 14
- BackgroundColor 7
- Color 1
- SetScroll 0
- ;ClearScreen
- gotoxy 1 1
- $╔═════════════════════════════════════════════╗
- $║ TUBES! Installation program ║
- $╠═════════════════════════════════════════════╣
- $║ This program will install: ║
- $║ - Shareware version of Tubes 1.00 ║
- $╚═════════════════════════════════════════════╝
- BackgroundColor 1
- Color 15
- Window 1 7 80 25
- SetScroll 1
- gotoxy 1 8
- GetYesNo Y Do you wish to continue installation
- Switch UserInput
- goto Abort ; User is quiting installation
-
- ClearScreen
- Window 12 7 80 25 ; Center the Disk display
- IdentifyDrives
- Window 1 24 80 25
- gotoxy 1 1
- GetDestinationDrive
- GetDestinationPath
- Window 1 1 80 25
- ClearScreen
- $
- $Installing "Tubes" to %ddrv%dpath...
- $
-
- exists tubes.exe
- switch ErrorLevel
- goto Error
-
- copy tubes.exe %ddrv%dpath
- copy setup.exe %ddrv%dpath
- copy *.res %ddrv%dpath
- copy *.doc %ddrv%dpath
- copy *.txt %ddrv%dpath
- copy *.diz %ddrv%dpath
-
- goto ExitGood
-
- :Abort
- $
- $Installation aborted.
- $
- goto Exit
-
- :Error
- $
- $Error Installing!
- $
- goto Exit
-
- :ExitGood
- %ddrv
- Window 1 1 80 25
- ClearScreen
- Window 15 7 80 25 ; Put message in center of screen
- GotoXY 1 1
- $╔═══════════════════════════════════════════════╗
- $║ ║
- $║ Installation was successful. ║
- $║ ║
- $╚═══════════════════════════════════════════════╝
- :Exit
-
-