yes, I did try the full path to perl.exe, and alternatively I set it in the PATH system variable. The contents of my mailproc.tab were just the lines below, just the one line each. cat $1 | econv --mbox | c:\mailroot\mboxsend.pl c:\cygwin\var\spool\mail\administrator
Does cat need to be something the system recognizes? Cygwin sees it as a command but win does not, but I was figuring it was something that Xmail knew what to do with. ----- Original Message ----- From: "Davide Libenzi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 02, 2002 2:17 PM Subject: [xmail] Re: scripting ? > > On Sun, 1 Dec 2002, Vin Conti wrote: > > > > > cat $1 | econv --mbox | c:\mailroot\mboxsend.pl > > c:\cygwin\var\spool\mail\administrator > > > > was one of the things I tried in mailproc.tab, another was this > > > > cat $1 | econv.exe --mbox | perl.exe -f c:\mailroot\mboxsend.pl > > c:\cygwin\var\spool\mail\Administrator > > > > > > I tried quite a few things. the mboxsend.pl script was exactly as you wrote > > it, with the only exception I tried was explicitly calling the windows 2000 > > perl interpreter as the first line > > Did you try the full path to perl.exe ? > What is the content of your mailproc.tab ? > > > > - 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]
