in reply to Re^2: File Copy over Domain
in thread File Copy over Domain
One way that works on Windows without re-entering the password is to use Windows Explorer to open a window on it. Just
(if E: is the drive letter for the share) should do.system("start E:");
Of course, after a while, you'll end up with a bunch of windows (or 1, at best) that you don't need. Oh, well. :)
|
|---|