-----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 commandTry (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]
Title: RE: executing net use command
remove
me from this list
- executing net use command Bryan Lashley
- RE: executing net use command jasperbuch
- RE: executing net use command Christine Miller (Volt)
- RE: executing net use command Satish_Vadlamani