skip to main content

Library Routines : C$RUN

C$RUN
The library routine runs a program asynchronously. If you want to run a program synchronously, use the SYSTEM library routine.
Syntax:
 CALL "C$RUN" USING commandLine
             GIVING returnCode
Parameters:
Return code:
returnCode can be any signed numeric data item and provides additional information:
Examples:
Example - Run a external program asynchronously
call "c$run" using "notepad.exe"

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left