home *** CD-ROM | disk | FTP | other *** search
- BANNER "Welcome to the Install-Pro Installation Program"
-
- HELLO "This program is going to transfer the Install-Pro files from"
- HELLO "the installation diskette to the directory(s) that you enter"
- HELLO "on the screen to follow."
- HELLO ""
- HELLO " Press a key to continue."
-
- USER prog_files "Program Files" C:\INSTPRO
- USER doc_files "Document Files" C:\INSTPRO
- OPTION USER sample_files "Sample Files" C:\INSTPRO\SAMPLE
-
- SPACE prog_files 72000
- SPACE doc_files 100000
- SPACE sample_files 10000
-
- FIRSTDISK "Install-Pro Disk"
-
- FILE prog_files instpro.exe
- FILE prog_files split.zip
- FILE doc_files instpro.man
- FILE doc_files whats.new
- FILE doc_files read.me
- FILE doc_files order.doc
- FILE sample_files install.001
- FILE sample_files example.001
- FILE sample_files iprowks.zip
- FILE sample_files external.lng
-
- UNZIP prog_files SPLIT
- UNZIP sample_files IPROWKS
-
- VIEW !home\read.me
-
- GOODBYE "The installation has completed normally."
- GOODBYE ""
- GOODBYE " Press a key to exit..."
-
- ;To change this into a multi-disk installation:
- ;1. Change the END command to DISK "Diskname"
- ;2. Create install.002 on the next disk and include FILE and UNZIP
- ; commands for each file to be transferred and/or unzipped.
- ;3. Make sure there is either an END, DISK or CHAIN command terminating
- ; install.002.
-
- END
-