Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

The CALL SYSTEM USING command in SQR

Status
Not open for further replies.

teoco

Programmer
Feb 4, 2002
2
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top