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

  1. ECHO OFF IBM PROFESSIONAL EDITOR
  2. CLS
  3. TYPE CPC.TXT
  4. IF NOT EXIST CPC.TXT GOTO COPYRT
  5. REM Run Professional Editor
  6. ECHO ... IBM Professional Editor Operating Under Universal Globals 3.40 ...
  7. ECHO ...
  8. SET 'EDIT=#C:\EDIT
  9. SET .PRF=# *.*;!C:\EDIT
  10. SET .GML=# *.*;!C:\EDIT
  11. UNIV -FDOTEP ON > NUL
  12. EDIT %1
  13. IF NOT EXIST EDIT.EXE GOTO END
  14. CLEAN -# > NUL
  15. UNIV -.* OFF > NUL
  16. GOTO STOP
  17. :END
  18. CLS
  19. CLEAN -# > NUL
  20. ECHO ... Unable to find Professional Editor command files
  21. GOTO STOP
  22. :COPYRT
  23. CLS
  24. ECHO ... Unable to find CPC.TXT. Please fix.
  25. GOTO STOP
  26. :STOP
  27.