I have the following code in an SQR of mine: CALL SYSTEM USING $ExecuteCmd #Status WAIT
The $ExecuteCmd variable is set to say c:\temp\temp.bat. This temp.bat file executes fine using this command from a Win 98 box, however when you try this same SQR on a Win NT or Win 2000 box, no good. The temp.bat file is created obviously but it does not get executed.
Is this command not supported on NT/2000?
The $ExecuteCmd variable is set to say c:\temp\temp.bat. This temp.bat file executes fine using this command from a Win 98 box, however when you try this same SQR on a Win NT or Win 2000 box, no good. The temp.bat file is created obviously but it does not get executed.
Is this command not supported on NT/2000?