manoser has asked for the wisdom of the Perl Monks concerning the following question:
In order to skip the netresource module, I wanted to use the shell command "net use" to establish the connection.
That is where the trouble emerged.
Perl returns the warning "Can't spawn cmd.exe: No such file or directory". Even if I add "C:/WINNT/system32" to @INC, perl simply surrenders. What do I do wrong?
Thanks in advance for Your adjuvant replies.
2005-03-05 Edited by Arunbear: Changed title from 'system() on windoze', as per Monastery guidelines
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: system() on Win32
by Corion (Patriarch) on Mar 04, 2005 at 07:32 UTC | |
|
Re: system() on Win32
by maa (Pilgrim) on Mar 04, 2005 at 07:46 UTC | |
|
Re: system() on Win32
by ZlR (Chaplain) on Mar 04, 2005 at 08:59 UTC | |
|
Re: system() on Win32
by PodMaster (Abbot) on Mar 04, 2005 at 07:31 UTC | |
by holli (Abbot) on Mar 04, 2005 at 10:00 UTC | |
by manoser (Initiate) on Mar 04, 2005 at 09:38 UTC |