
RASExpress User Guide
160 CommPlete Communications Server
Miscellaneous
EXIT
exit;
Terminates the execution of the script.
QUIT
quit;
Terminates the execution of the script and quits to DOS prompt.
WAIT
wait(integer delay);
Suspends the script execution for the specified delay (in seconds).
WAITFOR
waitfor(string pattern [, integer timeout]) : integer;
Waits for a pattern from the remote machine.
Komentáře k této Příručce