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

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