You're right, I don't think this is a perl issue. But I have run into similar problems in the past.
I believe that by default, the network shares aren't available when there's no user logged in.
I think that can be corrected by changing the "Schedule" service to run as a user. I don't remember if by itself, that's enough to mount the drives, but you could probably also wrap the exe call in a batch file that mounts the drives if they're not already there, but you have to make sure the user Schedule runs as is allowed to access the network.
Of course, you could have some other, completely different, problem. Aren't computers fun? :)
(I'm not even gonna blame NT for this one, since there are similar traps waiting in the Unix world...)
--
Mike
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.