|
#1
|
|||
|
|||
User input Box
how can i have a script ask a user for their ip address then use that in a command later?
|
#2
|
||||
|
||||
Help > Help Topics > ActiveX Scripting > Script Objects Reference > Dialog Object
Example: Code:
Dim ip ip = crt.Dialog.Prompt("Enter your ip:", "My Script", "127.0.0.1") ' Feel free to use the variable "ip" ... |
#3
|
|||
|
|||
Quote:
|
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|