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

  1. ECHO OFF FRAMWORK WITH TELECOMMUNICATIONS BY ASHTON TATE
  2. CLS
  3. TYPE CPC.TXT
  4. IF NOT EXIST CPC.TXT GOTO COPYRT
  5. REM Run Framework with Telecommunications
  6. ECHO ... Framework with Telecommunications Operating Under ...
  7. ECHO ...              Universal Globals 3.40               ...
  8. ECHO ...
  9. ECHO Make sure the Framework diskette is in drive A.
  10. PAUSE
  11. SET 'FW=#"!C:\FRAMEWRK;
  12. SET .HLP=#"!C:\FRAMEWRK
  13. SET .DRV=#C:\FRAMEWRK
  14. SET .OVL=#C:\FRAMEWRK
  15. SET HELP?.DAT=#"C:\FRAMEWRK
  16. SET 'MITE=#C:\FRAMEWRK
  17. SET .PAR=#;C:\FRAMEWRK
  18. SET .FW=#;C:\FRAMEWRK
  19. UNI .RU -FEDPTO ON > NUL
  20. FWT UTIL.FW %1 %2 %3 %4 %5 %6 %7 %8 %9
  21. IF NOT EXIST FWT.EXE GOTO TRYFW
  22. UNI .RU -.* OFF > NUL
  23. UNI .RC -# > NUL
  24. GOTO STOP
  25. :END
  26. CLS
  27. ECHO ... Unable to find Framework Telecommuncations command files
  28. GOTO STOP
  29. :COPYRT 
  30. CLS
  31. ECHO ... Unable to find CPC.TXT on default drive. Please fix.
  32. :TRYFW
  33. CLS
  34. ECHO ... I was unable to find Framework set for Telecommunications as FWT ...
  35. ECHO ... So I am now attempting to load Framework without Telecomm as FW  ...
  36. UNI .RU -FEDPOT ON > NUL
  37. FW
  38. IF NOT EXIST FW.EXE GOTO END1
  39. UNI .RU -*. OFF > NUL
  40. UNI .RC -# > NUL
  41. GOTO STOP
  42. :END1
  43. CLS
  44. ECHO ... Unable to find any intial loading Framework command progams ...
  45. UNI .RC -# > NUL
  46. GOTO STOP
  47. :STOP
  48.