I have an interesting situation where I am using Perl to develop installation scripts. So far, so good. However, I have 4 total scripts, and I am calling 3 of them from the main one... Most of the time, the scripts are executed from a machine that DOES NOT have Perl installed, so I have created EXE files out of my Perl with "perl2exe"...
I tried to call one "Perl.exe" from the other that is already running... it errors and will not run... I was wondering if I need to just run the .pl file from the main one, since "Perl" was already running via the execution of the Perl.exe...? If this is the case, how is it done? Thanks in advance... --DM --DM -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]