Next: sprintf, Previous: sp00, Up: Internal Routines [Contents][Index]
spawn, string [, /silent]
spawn(x)
Spawns string
as a shell command. If called as a function,
then the return value from the shell is returned. If called as a
routine, then if keword /silent
is specified, then spawn
never generates an error. If /silent
is not set (the default),
then an error is generated if the shell command returns a non-zero
value.