![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: Map drives and printers from Perlby ikegami (Pope) |
on Jun 01, 2008 at 03:51 UTC ( #689500=note: print w/replies, xml ) | Need Help?? |
my $printerpath="\\server\printername";
$workstation->MapNetworkDrive("X:",\\server\path);
And it would be good if you showed how to check for success.
In Section
Code Catacombs
|
|