Hallo John, On Tue, 21 Oct 2003 14:48:13 -0500GMT (21-10-03, 21:48 +0200, where I live), you wrote:
JM> "Edit Messages with External Editor" JM> to work... I can get the Export filter to work, JM> it will open the file with the message. JM> but how do i get it back into the_bat? JM> ExtCmd: "C:\editplus\editplus.exe" C:\Documents and Put this external command as the first line in your batch file (import.bat) and set that batch file as external command in the first filter. Delete the second filter. Now the first filter should take care of everything. This presumes that editplus keeps the batch file from continuing until editplus is closed. JM> ====Here is the Batch file I created and saved in the_bat directory==== JM> "C:\Program Files\The Bat!\thebat.exe" JM> /IMPORTF="Imports";X;IN=C:\Documents and Settings\John Morse\Local JM> Settings\Temp\edit.txt;R This command should be the second command in your batch file, after the editplus part.... -- Groetjes, Roelof ________________________________________________ Current version is 2.01.3 | "Using TBUDL" information: http://www.silverstones.com/thebat/TBUDLInfo.html

