View Single Post
  #17  
Old 04-17-2017, 15:19
chants chants is offline
VIP
 
Join Date: Jul 2016
Posts: 738
Rept. Given: 37
Rept. Rcvd 48 Times in 30 Posts
Thanks Given: 671
Thanks Rcvd at 1,064 Times in 482 Posts
chants Reputation: 48
But the real question is who is Fred?

Code:
#
# MAP FRED'S SHARE
#

my $fredIP;
my $fredPW;
Code:
$temp = system ("cmd.exe /c \"net use Y: \\\\$fredIP\\downshare /USER:fred /PERSISTENT:NO\"");
Reply With Quote