Random Task <> wrote in news::
> Unfortunately yes ...
Yes what? Oh, you are top-posting, please don't do that.
> I have tried
>
> <"some exec filename with space"> -help
>
> which executes fine ... but as soon as the 2nd argument has spaces
> i.e.
>
> <"command"> <"arg1_with_spaces">
>
D:\Home\asu1\UseNet\clpmisc\dat> cat Makefile
main:
perl "C:/Program Files/test.pl"
D:\Home\asu1\UseNet\clpmisc\dat> make
perl "C:/Program Files/test.pl"
Can't open perl script "C:/Program Files/test.pl": No such file or
directory
make: *** [main] Error 2
D:\Home\asu1\UseNet\clpmisc\dat> make -v
GNU Make 3.80
True, the file does not exist but this demonstrates that the argument is
passed correctly to perl.
Sinan
--
A. Sinan Unur <>
(remove .invalid and reverse each component for email address)
comp.lang.perl.misc guidelines on the WWW:
http://augustmail.com/~tadmc/clpmisc...uidelines.html