home *** CD-ROM | disk | FTP | other *** search
- ** VPI1.CNF
- ** This file is read by VP-Info at start-up
- ** It may be changed (or removed) to alter start-up tasks.
- ** As supplied, this file will take users to the demonstration
- ** program DEMO the first time INFO is run and to the SAMPLES
- ** program after the first time. To proceed directly to conversational
- ** VP-Info, comment out (by leading with '*') or delete the last line.
- *
- :company='Universal Enterprises Inc.' ; replace with your company name.
- * :color=31 ; to set color remove '*' and change number
- :serial=:color ;save initial color settings
- IF .not. file('demo.cpl') ;see if DEMO program already compiled
- CHAIN democomp ;forces compile 1st time in VP-Info
- ENDIF
- CHAIN samples
- *