I am not sure I understand. This is what I have:
"external" "0" "0" "C:\WINNT\system32\cscript.exe //T:120 //B" "E:\MailRoot\bin\test.js" Did you mean something like this? "external" "0" "0" "C:\WINNT\system32\cscript.exe //T:120 //B" "E:\MailRoot\bin\test.js" "@@TMPFILE" I tried that, it didn't help. But maybe I should change my test.js to actually use that parameter. I was also thinking of somehow recompiling XMail so that I can see what it is trying to execute. > -----Original Message----- > From: Davide Libenzi [mailto:[EMAIL PROTECTED]] > Sent: Monday, 1 July 2002 9:00 AM > To: '[EMAIL PROTECTED]' > Subject: [xmail] Re: mailproc.tab does not execute "external" program > > > > On Mon, 1 Jul 2002, Peter Vlaciky wrote: > > > > > I think the double slashes are a JavaScript thing. > > When I double click the .js file it comes up with an error > unless I use > > double slashes. > > yes, if the string is inside the source you need dlb-slash. i > thought it > was a parameter of "external" ... > > > > I do use 1.9, I just thought maybe the exe was somehow > damaged so I tried > > different versions. > > > > Hm, I don't know. I'll keep trying. > > maybe i know ... try to give at least one parameter to the > external line : > > "external" "0" "0" "path" "param1" > > > > > - Davide > > > - > To unsubscribe from this list: send the line "unsubscribe xmail" in > the body of a message to [EMAIL PROTECTED] > For general help: send the line "help" in the body of a message to > [EMAIL PROTECTED] > - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
