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!

COMMAND LINE

Status
Not open for further replies.

lincolnmercury

Programmer
Sep 4, 2006
1
US
Is there anyway to execute command line commands through LIANT COBOL and if so, what is the syntax? IE:
THE DOS COMAMND IS "C:\PRT9570\ONESHOT.EXE"
 
Code:
Call "SYSTEM" Using "C:\PRT9570\ONESHOT.EXE".

Hope this helps.

Theophilos.

-----------

There are only 10 kinds of people: Those who understand binary and those who don't.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top