home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / EVENTS / WWNEWS11.ZIP / WWNSLOCL.BAT < prev    next >
DOS Batch File  |  1993-12-05  |  961b  |  24 lines

  1. @echo off
  2. REM ********************************
  3. REM *  WWNews Local Edit Batch File
  4. REM
  5. REM This batch file is called when you are editing the news locally.
  6. REM It may contain calls for DOS-based editors or word processors
  7. REM that accept a filename from the command line.  Word Processors
  8. REM should save the file in text mode.
  9. REM
  10. REM Some WWIV-based editors, such as WWIVEdit, will work locally (i.e.
  11. REM not over the modem or inside WWIV) with a bit of tweaking.  FEdit,
  12. REM as shown below, works fine with no effort but won't support WWIV-
  13. REM Color.  The WWIVEdit command line shown below assumes you have put
  14. REM the WWNSLOCL.DEF in your WWIVEDIT\CONFIG directory and compiled it
  15. REM with the "WWIVEDIT -f" command.
  16. REM
  17. REM Some sample commands are shown below.  If one of them is on your
  18. REM system, remove the REM statement and add the path.
  19. REM
  20. REM EDIT %1
  21. REM FEDIT %1
  22. REM WWIVEDIT %1 80 25 80 -key:local -set:wwnslocl
  23. REM Q %1
  24.