home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF Dbase II by Ashton Tate
- CLS
- TYPE CPC.TXT
- IF NOT EXIST CPC.TXT GOTO TO COPYRT:
- REM Run DBASE II
- ECHO ... dBASE II Operating Under Universal Globals 3.40 ...
- ECHO ...
- SET 'DBASE=#!"C:\DBASEII
- Rem Setpath is needed to run dbaseovr.com due to override on the
- Rem device specification
- SETPATH=C:\DBASEII
- SET .PRG=#;!"C:\DBASEII
- UNI .RU -FEDOPT ON > NUL
- DBASE
- IF NOT EXIST DBASE.COM GOTO END
- UNI .RC -# >NUL
- UNI .RU -.* OFF > NULL
- GOTO STOP
- :END
- CLS
- UNI .RC -# > NUL
- ECHO Unable to Locate Dbase II command files
- GOTO STOP
- :COPYRT
- CLS
- ECHO ... CPT.TXT is not on the default drive. Please correct.
- :STOP
-
-