]
Subject: Re: Connecting to a drive
From: "Larry Sandwick" <[EMAIL PROTECTED]>
> I am trying to write a Perl script that will replicate a directory on
> one computer to another. All of the computers are running XP. I do
> have administrative privileges.
>
> The problem
From: "Larry Sandwick" <[EMAIL PROTECTED]>
> I am trying to write a Perl script that will replicate a directory on
> one computer to another. All of the computers are running XP. I do
> have administrative privileges.
>
> The problem is when I run the line below I never get connected to the
> comp
remember what \ does in these ""
try:
system "net use m: $nodec\\$
user:/username password";
remember for one \ you need \\
for 2 \ you need
> -Original Message-
> From: Larry Sandwick [mailto:lgs@;sarreid.com]
> Sent: Monday, November 04, 2002 3:31 PM
> To: [EMAIL PROTEC