I'm getting more into kix and I was after a way to use a graphical window to ask for user input.

I can put up a yes/no window and use the reply but I'd like something like

"what is your IP Address"
graphically and feed that back to the script.

Heres the graphical yes/no for the fellow new ppl

$selection=MESSAGEBOX("Your PC is a Satellite PC. Are you in a satellite site?","Attention",4132)

IF $selection=6
beep
echo pressed yes
goto somewhere
IF $selection=7
echo pressed no