home *** CD-ROM | disk | FTP | other *** search
- BACKGROUND 127
- LANGUAGE ENGLISH
- SHADOW ON
- TELESCOPE OFF
- WINOPEN 18 2 95
-
- " Nildram Software "
- " Installation Program "
- ""
- " FLEXIBAK Plus Version 3.00 "
- TELESCOPE ON
- SPACE 300
-
- 'select destination drive and path. Alert user if FLEXIBAK Plus already present.
- DRIVE C 28 12 31 15 32 14 79
- PATH \FLEXPLUS 0 12 31 15 32 14 79
- EXIST ~1~2\*.DAT
- JUMP.NO UNPCK
- WINOPEN 0 12 31
- "FLEXIBAK Plus is already installed, answer <Y> if you are"
- " upgrading or reinstalling or <N> if you wish to abort "
- ASK 68 14
- WINCLOSE
- JUMP.YES UNPCK
- WINOPEN 0 12 79
- "INSTALLATION ABORTED BY OPERATOR"
- " HIT <ENTER> TO EXIT"
- WAIT 50 14
- WINCLOSE
- END
-
- 'Unpack files
- :UNPCK
- UNPACK INSTALL.FP 0 12 31 32 14 79
- JUMP.FAIL OOPS
- COPY ~0\*.DOC ~1~2\ 0 12 31
- COPY ~0\DESC.SDI ~1~2\ 0 12 31
- COPY ~0\FILE_ID.DIZ ~1~2\ 0 12 31
- EXIST ~0\INSTALL.REG
- JUMP.YES UNPCK_REG
-
- :PRNT_REG
- WINOPEN 0 12 47
- " This is a shareware copy of FLEXIBAK Plus"
- " Please ensure that your printer is on and"
- "press <ENTER> to print the registration form"
- WAIT 62 15
- WINCLOSE
- PRINT ~1~2\REGISTER.DOC
- JUMP.FAIL REG_ERROR
- JUMP RESTORE_CHECK
-
- :REG_ERROR
- WINOPEN 0 11 79
- "Your printer is not responding. Possible problems:"
- " Printer is off."
- " Printer requires paper."
- " Printer not attached to LPT1."
- ""
- "Do you wish to retry (Y/N)?"
- ASK 43 17
- WINCLOSE
- JUMP.NO RESTORE_CHECK
- JUMP PRNT_REG
-
- :UNPCK_REG
- UNPACK INSTALL.REG 0 12 31 32 14 79
- JUMP.FAIL OOPS
-
- :RESTORE_CHECK
- EXIST ~1~2\*.DAT
- JUMP.YES INST
- 'Copy data file(s) from Master Disk if required
- WINOPEN 0 12 31
- "Please answer <Y> if this is your first installation of"
- " FLEXIBAK Plus or <N> if you are going to restore data "
- ASK 68 14
- WINCLOSE
- JUMP.YES INST
- :DATA_FILE
- WINOPEN 0 12 31
- "Please insert your backup Master Disk in place of the"
- " installation disk and press <ENTER> to continue "
- WAIT 65 14
- WINCLOSE
- COPY ~0\*.DAT ~1~2\ 0 12 31
- JUMP.FAIL MAST_FAIL
- EXIST ~1~2\*.DAT
- JUMP.NO MAST_FAIL
- WINOPEN 0 12 31
- "Your data file(s), containing setup and backup information, have been"
- " copied to your FLEXIBAK Plus directory. Press <ENTER> to continue "
- WAIT 74 14
- WINCLOSE
-
- 'Viewing instructions
- :INST
- WINOPEN 0 12 31
- "Would you like to view the instructions (Y/N)? "
- ASK 63 13
- WINCLOSE
- JUMP.NO PRNT_QUEST
- VIEW ~1~2\FLEXPLUS.DOC 79 31
-
- 'Printing instructions
- :PRNT_QUEST
- WINOPEN 0 12 31
- "Would you like to print the instructions (Y/N)?"
- ASK 64 13
- WINCLOSE
- JUMP.NO OUT
- :PRNT
- PRINT ~1~2\FLEXPLUS.DOC
- JUMP.FAIL PRNT_ERROR
- JUMP OUT
-
- :PRNT_ERROR
- WINOPEN 0 11 79
- "Your printer is not responding. Possible problems:"
- " Printer is off."
- " Printer requires paper."
- " Printer not attached to LPT1."
- ""
- "Do you wish to retry (Y/N)?"
- ASK 43 17
- WINCLOSE
- JUMP.YES PRNT
-
- :OUT
- WINOPEN 0 12 31
- "FLEXIBAK Plus is now installed."
- ""
- "Press <ENTER> to continue."
- WAIT 51 15
- WINCLOSE
- VIEW ~1~2\README.DOC 79 31
- END
-
- :OOPS
- WINOPEN 0 12 79
- "THE INSTALLATION PROGRAM FAILED PRIOR TO COMPLETION"
- ""
- "Possible reasons:"
- " -- The floppy disk was removed prior to completion."
- " -- The floppy disk was damaged during shipping."
- ""
- WINCLOSE
- END
-
- :MAST_FAIL
- WINOPEN 0 12 79
- "Your data files have not been copied to the FLEXIBAK Plus directory"
- ""
- "Possible reasons:"
- " -- There are no data files on the floppy disk."
- " -- The floppy disk was removed prior to completion."
- ""
- " Do you wish to try again (Y/N)"
- ASK 52 19
- WINCLOSE
- JUMP.YES DATA_FILE
- JUMP INST
-