The main problem is that ecartis.bat is not being called at all. I put in: "echo in here >> c:\ecartis.dat" to test - this should write "in here" to c:\ecartis.dat each time the batch file is called - this is not happening.
As far as I know, there is no way to specify a wild card for the remaining of the params. I modified it to: c:\apps\ecartis\ecartis.exe -f %1.lst %2 %3 %4 %5 %6 %7 %8 %9 %10 %11 >On Mon, 13 Oct 2003, Chris Jones wrote: > > > > > Thanks for the instructions. I have tried to modify them for Windows but I > > cannot get XMail to call the ecartis.bat file: > > > > My ecarits.bat file: > > rem FILENAME=%1 > > rem test to see if this batch file is being called > > echo "in here" >> c:\ecartis.dat > > c:\apps\ecartis\econv.exe --mbox --unix --input %1 > %1.lst > > c:\apps\ecartis\ecartis.exe -f %1.lst * > ^^^ > >My batch file language is a little bit rusty but is "*" equivalent to Unix >"$*" ? That is the remaining of params. > > > > >- 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] Chris Jones, P. Eng. 14 Oneida Avenue Toronto, ON M5J 2E3 Tel. 416 203-7465 Fax. 416 203-8249 - 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]
