in reply to Re^3: call exe on windows via script
in thread call exe on windows via script
Thanks for the reply.
Using my 'debugging' skills, I found the problem without the need for strict and warning on.
Though I intend to have this in place before the script is used in a production manner.
Actually I have read numerous articles on the system() command and have found that dividing the error code by 256 gives the true error code.
However thanks to all who have replied, it has been most helpful.