| Asunto: | [construyendointernet] in a string, use | | Fecha: | Viernes, 21 de Septiembre, 2001 14:06:11 (-0400) | | Autor: | Alida A. Chirinos L. <aachirinos @.....net>
|
Which IP address the script should use.
Examples:
; get the second IP address
set ipaddr getip 2
; assign the first received IP address to a
variable
szAddress = getip
goto label
Jumps to the location in the script
specified by label and continues executing the commands following it.
Example:
waitfor "Prompt>" until 10
if !$SUCCESS then
goto BailOut ; jumps to BailOut
and executes commands
; following it
endif
transmit "bbs^M"
goto
End
BailOut:
transmit "^M"
halt
Stops the script.
_______________________________________________________________________
http://www.eListas.net/
Crea y administra tus propias listas de correo gratuitas, en español.
 [Adjunto no mostrado: SCRIPT.DOC (application/octet-stream)
]
|