home *** CD-ROM | disk | FTP | other *** search
- TITLE Multifax Address Book V1.3
-
- MSG Copyright (c) 1995 by Multifax
-
- REM Define a help program
- HELP WINHELP.EXE, SETUP.HLP
-
- REM Specify main window size and resize options
- WINDOW 0, 3, 20, 20, 580, 350
-
- REM Define colours
- COLS FF0000h, 0, FFFFFFh, 0, 2, 008080h, 00FF00h
-
- REM Define the background, one of three ways:
- PATTERN , 4
-
- REM Define minimum processor type
- CPU 2
-
- REM Define minimum DOS version
- DOSVER 5.0
-
- REM Define minimum Windows version
- WINVER 3.0
-
- REM Define default directory
- DIR C:\multifax\
-
- REM Define reboot option
- REBOOT 0
-
- REM Define restart option
- RESTART 0
-
- REM Define documentation file so the user's attention will be drawn to it
- DOC multifax.doc
-
-
- REM Define what to install, where, how, how big, what disk, and question to ask
- INSTALL multifax.EXE, ~MAIN, 4, 300, Install Disk
- INSTALL multifax.DAT, ~MAIN, 3, 3, Install Disk
- install multifax.DOC, ~MAIN, 4, 5, Install Disk
- install multifax.ini, ~WIN, 4, 1, Install Disk
-
-
- REM Write user entered data into an INI file
- IFILE ~WIN\multifax.INI
- ISECT file
- INI current= ~MAIN\MULTIFAX.DAT
-
- REM Add group and items to Program Manager
- GROUP Multifax Address Book
- ITEM ~MAIN\Multifax.EXE, Multifax Address Book
- ITEM NOTEPAD.EXE ~MAIN\multifax.doc, Documentation
-
-
- REM Define additional files to be deleted during uninstallation
- REMOVE ~WIN\Multifax.INI
-