1. search/google for Windows && fork and you'll discover that there are some serious limitations there (and a wiser head, more familiar with NT may be able to tell you if its limitations are even more severe than those of consumer-oriented W32 OSen.
2. Yes, of course you can execute those from your script, directly, but you may have to do so SEQUENTIALLY if your diagnosis of a fork-problem is correct. Would sequential execution be a problem?
OTOH, I don't believe a Windows batch file does any forking. That would mean that the .bat is already trying to run your scripts sequentially, which, in turn, tends to throw the diagnosis into question.
So, please take a look at:
013: #$status=
014: system ($program) ==0 or die "$program exited funny: $?";
...and explain -- in detail -- to yourself, your teddybear and the Monks (if still need-be) what you think you're doing with those lines, noting that your script is now returning YOUR 'die' message, not something else.
Possible HINT Did the scripts enumerated in your .bat run or not?
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.