functions
NAME
system --- issue a shell or DOS command
SYNTAX
system(string)
DESCRIPTION
Executes string as though it had been typed as
command to DOS from the terminal. HOC waits until the command is
completed.
EXAMPLES
-
system("command.com")
- Starts a new command processor. HOC
will take up where it left off when the user types the
exit
command
- system("dir")
- Type a directory listing on the console.
functions
NAME
startsw, stopsw --- stopwatch
SYNTAX
startsw()
stopsw()
DESCRIPTION
Startsw()
initializes the stopwatch. Stopsw()
returns the number of
seconds since the previous startsw()
.
neuron/general/function/system.hel : Dec 19 1996