ECHO OFF REM This batch file is a sample to show you what one should look REM like to use ConvertQ properly. Be sure to edit the Editor REM specification so that this file calls the editor correctly. REM REM * Call the Editor - be sure to fill in the correct filename. REM If you're only using one file to reply, REM you can eliminate the "%2". REM EDIT %1 %2 REM REM * Call ConvertQ (with a zero margin setting) - be sure to REM fill in the correct path for the prefix file. REM CVTQ -m0 %1 PREFIX.1 REM REM * Return to mail reader.