The docs says following about the syntax in FILTERS.POST-DATA.TAB:

"command"[TAB]"arg-or-macro"[TAB]...[NEWLINE]

If I wan to run a perl script (on Windows)should the "command" be:

"c:\perl\bin\perl.exe"[TAB]"MyFilter.pl"[TAB]@@FILE...
or
"c:\perl\bin\perl.exe MyFilter.pl"[TAB]@@FILE...

for some reason following line doesn't work:
"MyFilter.pl"[TAB]@@FILE...

even though .pl is correctly associated with perl.exe and executing 
MyFilter.pl from a command line works as expected.

Thanks,
Lac

-
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]

Reply via email to