[ Pobierz całość w formacie PDF ]
.[Author ID0: at Thu Nov 30 00:00:00 1899][Author ID0: at Thu Nov 30 00:00:00 1899]The remote computer will recognize escape sequences and caret translations, unless you include the [Author ID1: at Mon Oct 2 01:19:00 2000]raw [Author ID1: at Mon Oct 2 01:19:00 2000]parameter with the command.The [Author ID1: at Mon Oct 2 01:19:00 2000]raw [Author ID1: at Mon Oct 2 01:19:00 2000]parameter is useful when transmitting $USERID and $PASSWORD system variables when the user name or password contains character sequences that, without the [Author ID1: at Mon Oct 2 01:19:00 2000]raw[Author ID1: at Mon Oct 2 01:19:00 2000] parameter, would be interpreted as caret or escape sequences.[Author ID0: at Thu Nov 30 00:00:00 1899][Author ID0: at Thu Nov 30 00:00:00 1899]Examples:[Author ID0: at Thu Nov 30 00:00:00 1899][Author ID0: at Thu Nov 30 00:00:00 1899]transmit "slip" + "^M"[Author ID0: at Thu Nov 30 00:00:00 1899]transmit $USERID, raw[Author ID1: at Mon Oct 2 01:19:00 2000][Author ID0: at Thu Nov 30 00:00:00 1899][Author ID0: at Thu Nov 30 00:00:00 1899]waitfor [Author ID1: at Mon Oct 2 01:19:00 2000]string [Author ID1: at Mon Oct 2 01:19:00 2000][ [Author ID1: at Mon Oct 2 01:19:00 2000],[Author ID1: at Mon Oct 2 01:19:00 2000] [Author ID1: at Mon Oct 2 01:19:00 2000]matchcase [Author ID1: at Mon Oct 2 01:19:00 2000]] [ [Author ID1: at Mon Oct 2 01:19:00 2000]then [Author ID1: at Mon Oct 2 01:19:00 2000]label [Author ID1: at Mon Oct 2 01:19:00 2000][Author ID0: at Thu Nov 30 00:00:00 1899]{ [Author ID1: at Mon Oct 2 01:19:00 2000],[Author ID1: at Mon Oct 2 01:19:00 2000] [Author ID1: at Mon Oct 2 01:19:00 2000]string [Author ID1: at Mon Oct 2 01:19:00 2000][ [Author ID1: at Mon Oct 2 01:19:00 2000],[Author ID1: at Mon Oct 2 01:19:00 2000] [Author ID1: at Mon Oct 2 01:19:00 2000]matchcase [Author ID1: at Mon Oct 2 01:19:00 2000]] [Author ID1: at Mon Oct 2 01:19:00 2000]then [Author ID1: at Mon Oct 2 01:19:00 2000]label [Author ID1: at Mon Oct 2 01:19:00 2000]} ][Author ID0: at Thu Nov 30 00:00:00 1899][ [Author ID1: at Mon Oct 2 01:19:00 2000]until [Author ID1: at Mon Oct 2 01:19:00 2000]time [Author ID1: at Mon Oct 2 01:19:00 2000]][Author ID0: at Thu Nov 30 00:00:00 1899][Author ID0: at Thu Nov 30 00:00:00 1899]Waits until your computer receives one or more of the specified strings from the remote computer.The [Author ID1: at Mon Oct 2 01:19:00 2000]string[Author ID1: at Mon Oct 2 01:19:00 2000] parameter is case-insensitive, unless you include the [Author ID1: at Mon Oct 2 01:19:00 2000]matchcase[Author ID1: at Mon Oct 2 01:19:00 2000] parameter.[Author ID0: at Thu Nov 30 00:00:00 1899][Author ID0: at Thu Nov 30 00:00:00 1899]If a matching string is received and the [Author ID1: at Mon Oct 2 01:19:00 2000]then [Author ID1: at Mon Oct 2 01:19:00 2000]label [Author ID1: at Mon Oct 2 01:19:00 2000]parameter is used, this command will jump to the place in the script file designated by [Author ID1: at Mon Oct 2 01:19:00 2000]label[Author ID1: at Mon Oct 2 01:19:00 2000].[Author ID0: at Thu Nov 30 00:00:00 1899][Author ID0: at Thu Nov 30 00:00:00 1899]The optional [Author ID1: at Mon Oct 2 01:19:00 2000]until [Author ID1: at Mon Oct 2 01:19:00 2000]time [Author ID1: at Mon Oct 2 01:19:00 2000]parameter defines the maximum number of seconds that your computer will wait to receive the string before it execute the next command.Without this[Author ID0: at Thu Nov 30 00:00:00 1899]parameter, your computer will wait forever.[Author ID0: at Thu Nov 30 00:00:00 1899][Author ID0: at Thu Nov 30 00:00:00 1899]If your computer receives one of the specified strings, the system variable $SUCCESS is set to TRUE.Otherwise, it is set to FALSE if the number of seconds specified by [Author ID1: at Mon Oct 2 01:19:00 2000]time[Author ID1: at Mon Oct 2 01:19:00 2000] elapses before the string is received
[ Pobierz całość w formacie PDF ]