View Single Post
  #12 (permalink)  
Old 07-02-2008, 07:32 PM
Wraithier Wraithier is offline
Member
 
Join Date: Jun 2008
Posts: 10
Wraithier is on a distinguished road
Thanks for your help again Norm. I was blowing the whole thing out of proportion. All I changed was this:
Code:
boolean success = mapDrive(drive, terminal, MapDrive.usernames[i], MapDrive.password);
to this

Code:
boolean success = mapDrive(drive, MapDrive.terminal, MapDrive.usernames[i], MapDrive.password);
I was forgetting to add in MapDrive. Now it's working.
Reply With Quote