I'm trying to make a null connection to the ipc$ share. The NT command line
is:

Net use \\<machinename>\ipc$ ""/user:""

How would I do this in perl? I'm thinking this -
system ("net use \\\\$machinename\\ipc\Q$\E \"\"/user:\"\"");
but cant get it to work! Were am I going wrong?




---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to