Clib.system()
syntax: |
Clib.system([P_SWAP,] commandString) |
where: |
P_SWAP - in DOS version, determines whether the ScriptEase interpreter is swapped out of normal memory.
commandString - the command string to be executed, a command as would be entered at a command prompt.
|
return: |
value - the value returned by a command processor.
|
description: |
Passes commandString to the command processor and returns whatever value was returned by the command processor. commandString may be a formatted string followed by variables according to the rules defined in Clib.sprintf().
• DOS • DOS32 |
see: |
|