Dru has asked for the wisdom of the Perl Monks concerning the following question:
but this doesn't:Map G => '\\\\192.168.21.15\\c$', { persistent => 1 };
Any helps is much appreciated.my $ip = 'shift'; my $share = '\\\\' . $ip . '\\c$'; Map G => $share, { persistent => 1 };
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Using Win32::FileOp to Map a Drive by Variable
by runrig (Abbot) on Oct 19, 2005 at 19:17 UTC | |
by Dru (Hermit) on Oct 19, 2005 at 19:35 UTC | |
by Tanktalus (Canon) on Oct 20, 2005 at 01:51 UTC |