Re: Exec command

2004-01-09 Thread $Bill Luebkert
Aaron.Tesch wrote: > Of you could use a single forward slash. Inside of a single quote. > 'Z:/bin/perl.exe l_table.pl' Single quotes have no bearing on it and // should be interpreted as / by any reasonable code. Shelling out on most Win32 systems requires using \ instead of / and you need to d

RE: Exec command

2004-01-09 Thread Aaron.Tesch
Of you could use a single forward slash. Inside of a single quote. 'Z:/bin/perl.exe l_table.pl' -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Sent: Friday, January 09, 2004 9:34 AM To: perl-win32-users Subject: RE: Exec command Try

RE: Exec command

2004-01-09 Thread Chris
Try using back slashes instead. -> "Z:\\bin\\perl.exe l_table.pl" Regards, Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SHEIKH Sajjad Sent: Friday, January 09, 2004 10:14 AM To: $Bill Luebkert Cc: [EMAIL PROTECTED] Subject: Exec command I