regards
-Original Message-
From: [EMAIL PROTECTED] on behalf of Chris Wagner
Sent: Wed 7/27/2005 5:54 AM
To: perl-win32-admin@listserv.ActiveState.com;
perl-win32-users@listserv.ActiveState.com
Cc:
Subject: Re: Problem with NetResource::Cancel
I'm not totally sure what u want to do here but if it's just logging into a
remote server u can use Win32::AdminMisc::LogonAsUser or
Win32::Lanman:NetUseAdd.
At 01:43 PM 7/26/05 +0200, Gianvittorio Negri wrote:
>I have the need to be able to submit remote administration command to a
remote server
Hi perl..ers
At the forst sorry for cross posting I can't decide the best list for
submission.
Look at the following code (more or less working):
**
use Win32::NetResource;
my($username,$pw,$mdriveshare,%mdriveinfo,$err);
$pw='pwd';
$username