home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / dirutl / ug.arc / UFW.BAT < prev    next >
Encoding:
DOS Batch File  |  1987-10-22  |  754 b   |  34 lines

  1. ECHO OFF Framework by Ashton Tate
  2. CLS
  3. type cpc.txt
  4. if not exist cpc.txt goto copyrt:
  5. REM Run Framework
  6. ECHO ... Framework Operating under Universal Globals 3.40 ...
  7. ECHO ...
  8. ECHO Make sure the Framework diskette is in drive A.
  9. PAUSE
  10. SET 'FW=#!"C:\FRAMEWRK
  11. SET .HLP=#C:\FRAMEWRK
  12. REM May need setpath=C:\framewrk here
  13. SET .DRV=#C:\FRAMEWRK
  14. SET HELP?.DAT=#C:\FRAMEWRK
  15. SET 'MITE=#C:\FRAMEWRK
  16. SET .OVL=#;C:\FRAMEWRK
  17. SET .PAR=#;C:\FRAMEWRK
  18. SET .FW=#;C:\FRAMEWRK
  19. UNI .RU -TPFEDO ON > NUL
  20. FW
  21. IF NOT EXIST FW.EXE GOTO END
  22. UNI .RU -.* OFF >NUL
  23. UNI .RC -# > NUL
  24. GOTO STOP
  25. :END
  26. CLS
  27. UNI .RC -# > NUL
  28. ECHO ... Unable to find Framework Command files
  29. goto stop
  30. :copyrt
  31. cls
  32. echo CPC.TXT is not on the default drive. Please correct.
  33. :STOP
  34.