Sep 4, 2006 #1 lincolnmercury Programmer Joined Sep 4, 2006 Messages 1 Location 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"
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"
Sep 4, 2006 #2 theotyflos Programmer Joined Oct 15, 2000 Messages 132 Location GR 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. Upvote 0 Downvote
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.