pghsteelers
Technical User
I am trying to run a script so that it runs cscript rather than wscript. However, I would like to have it bring up a command-line prompt requesting a user to input an IP address, then the script runs as I have scripted it using that input in the same command-line prompt. Is that possible?
Currently, it brings up a windows "input" box and then for every peice of info returned it will put that into a display in a windows message box. I would rather use run this in cscript and display the user input question and return info in a command-line prompt.
Currently, it brings up a windows "input" box and then for every peice of info returned it will put that into a display in a windows message box. I would rather use run this in cscript and display the user input question and return info in a command-line prompt.