home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / email / qreply22.zip / QR.MR < prev    next >
Text File  |  1993-05-05  |  503b  |  11 lines

  1. @echo off
  2. rem =====================[ MegaRead Batch File ]===========================
  3. rem Call Q-Reply with qr.bat
  4. rem Use %1 and %2 to pass the filename that MegaRead sends to the editor
  5. rem %1 = Reply message written out after your reply
  6. rem %2 = Original quoted message
  7. rem You must supply the full path as shown below in the example
  8. rem -----------------------------------------------------------------------
  9. c:\megaread\qreply.exe c:\megaread\work\%2
  10. c:\dos\edit.com c:\megaread\work\%1
  11.