(go to: table of contents, index, list of vms_lib, prev: RESERVE_EF, next: SET_LOGICAL)
Format:
None
Arguments:
RUN_PROGRAM - Run New Program
Note that you will not be returned to Python. Not even when the
program you wish to run does not exist! Please read the documentation for
details.
30-SEP-1998 ZE.
vms_lib.run_program (program_name)
Returns:
Examples:
>>> import vms_lib
>>> vms_lib.run_program ('SYS$SYSTEM:NCP.EXE')
NCP>
>>> vms_lib.run_program ('')
$
>>> vms_lib.run_program (None)
Traceback (innermost last):
File "<stdin>", line 1, in ?
TypeError: argument 1: expected read-only buffer, None found
(go to: table of contents,
index,
list of vms_lib,
prev: RESERVE_EF,
next: SET_LOGICAL)