home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF FRAMWORK WITH TELECOMMUNICATIONS BY ASHTON TATE
- CLS
- TYPE CPC.TXT
- IF NOT EXIST CPC.TXT GOTO COPYRT
- REM Run Framework with Telecommunications
- ECHO ... Framework with Telecommunications Operating Under ...
- ECHO ... Universal Globals 3.40 ...
- ECHO ...
- ECHO Make sure the Framework diskette is in drive A.
- PAUSE
- SET 'FW=#"!C:\FRAMEWRK;
- SET .HLP=#"!C:\FRAMEWRK
- SET .DRV=#C:\FRAMEWRK
- SET .OVL=#C:\FRAMEWRK
- SET HELP?.DAT=#"C:\FRAMEWRK
- SET 'MITE=#C:\FRAMEWRK
- SET .PAR=#;C:\FRAMEWRK
- SET .FW=#;C:\FRAMEWRK
- UNI .RU -FEDPTO ON > NUL
- FWT UTIL.FW %1 %2 %3 %4 %5 %6 %7 %8 %9
- IF NOT EXIST FWT.EXE GOTO TRYFW
- UNI .RU -.* OFF > NUL
- UNI .RC -# > NUL
- GOTO STOP
- :END
- CLS
- ECHO ... Unable to find Framework Telecommuncations command files
- GOTO STOP
- :COPYRT
- CLS
- ECHO ... Unable to find CPC.TXT on default drive. Please fix.
- :TRYFW
- CLS
- ECHO ... I was unable to find Framework set for Telecommunications as FWT ...
- ECHO ... So I am now attempting to load Framework without Telecomm as FW ...
- UNI .RU -FEDPOT ON > NUL
- FW
- IF NOT EXIST FW.EXE GOTO END1
- UNI .RU -*. OFF > NUL
- UNI .RC -# > NUL
- GOTO STOP
- :END1
- CLS
- ECHO ... Unable to find any intial loading Framework command progams ...
- UNI .RC -# > NUL
- GOTO STOP
- :STOP
-