home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF Framework by Ashton Tate
- CLS
- type cpc.txt
- if not exist cpc.txt goto copyrt:
- REM Run Framework
- ECHO ... Framework Operating under Universal Globals 3.40 ...
- ECHO ...
- ECHO Make sure the Framework diskette is in drive A.
- PAUSE
- SET 'FW=#!"C:\FRAMEWRK
- SET .HLP=#C:\FRAMEWRK
- REM May need setpath=C:\framewrk here
- SET .DRV=#C:\FRAMEWRK
- SET HELP?.DAT=#C:\FRAMEWRK
- SET 'MITE=#C:\FRAMEWRK
- SET .OVL=#;C:\FRAMEWRK
- SET .PAR=#;C:\FRAMEWRK
- SET .FW=#;C:\FRAMEWRK
- UNI .RU -TPFEDO ON > NUL
- FW
- IF NOT EXIST FW.EXE GOTO END
- UNI .RU -.* OFF >NUL
- UNI .RC -# > NUL
- GOTO STOP
- :END
- CLS
- UNI .RC -# > NUL
- ECHO ... Unable to find Framework Command files
- goto stop
- :copyrt
- cls
- echo CPC.TXT is not on the default drive. Please correct.
- :STOP
-