home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / flink11.zip / EdLocal.cmd < prev    next >
OS/2 REXX Batch file  |  1995-05-19  |  147b  |  10 lines

  1. @echo off
  2. set EDITOR_LINES=43
  3. if exist %1 del /Q %1
  4. if "%2"=="" goto noquote
  5. bjorned.exe -q %2 %1
  6. goto exit
  7. :noquote
  8. bjorned.exe %1
  9. :exit
  10.