Title: RE: executing net use command
remove me from this list
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 27, 2000 4:40 AM
To: Perl-Win32-Users Mailing List
Subject: RE: executing net use command

Try (note the backticks)

        ` net use "whatever" ` ;

- jasper

-----Original Message-----
From: Bryan Lashley [mailto:[EMAIL PROTECTED]]
Sent: 27 April 2000 04:19
To: Perl-Win32-Users Mailing List
Subject: executing net use command


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: [EMAIL PROTECTED]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to 
         [EMAIL PROTECTED]

Reply via email to