Platform |
x64, Win32 |
Purpose |
To issue a system command. |
Syntax |
SUBROUTINE CISSUE@(A,IFAIL)
|
Description |
Issues the command stored as a character string in A. IFAIL is returned as one of the following: |
|
IFAIL |
Meaning |
|
0 |
Successful invocation of a command processor to execute the command |
|
1 |
A command processor could not be invoked |
Notes |
This is a Silverfrost library function.
See also: START_PROCESS@, SUPPRESS_CMD_BOX@. |
|