RE: Connecting to a drive

2002-11-04 Thread Nikola Janceski
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

Re: Connecting to a drive

2002-11-04 Thread Jenda Krynicky
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

RE: Connecting to a drive

2002-11-04 Thread Larry Sandwick
] 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