home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / personal / ttfrg20.zip / TEDIT.BAT < prev    next >
DOS Batch File  |  1993-08-13  |  533b  |  25 lines

  1. @echo off
  2. REM Qedit Users
  3. REM
  4. REM   qedit %1
  5. REM
  6. REM  or if Qedit isn't in your path,
  7. REM
  8. REM   c:\path\qedit c:\ttfrg20\%1
  9. REM
  10. REM Word Perfect users will have to include the path to the TTFRG
  11. REM directory, like this.
  12. REM
  13. REM   wp c:\ttfrg20\%1
  14. REM
  15. REM  or if Word Perfect isn't in your path,
  16. REM
  17. REM   c:\path\wp c:\ttfrg20\%1
  18. REM
  19. REM
  20. REM Remember, once you invoke your editor, remember to save the
  21. REM document (even if it's blank) and delete it from the TTFRG
  22. REM environment if you need to.
  23. REM
  24. ted3 %1
  25.