in reply to Re: perl on windows: using `net use` command
in thread perl on windows: using `net use` command

Hi, I do run as the same user interactively as I set as the owner of the scheduled task. I wrote the value of the scalar value of the `net use ...` command (which I mistook as the error code), and have modified it to write out the $? value, which I see now is equal to 512. Any ideas with this new tidbit? Thanks, Matt
  • Comment on Re^2: perl on windows: using `net use` command

Replies are listed 'Best First'.
Re^3: perl on windows: using `net use` command
by mpettis (Beadle) on Dec 29, 2004 at 18:17 UTC
    Update on this problem: the drive mount is now working in this scheduled task after my administrator bounced the server on which I was having problems. The consensus around here was that the drive was not mapping because some old, conflicting mapping or credentials were cached. Thank you to everybody for their help. Matt