How to prompt user to get variable?

  • Thread starter Thread starter Y
  • Start date Start date
Y said:
How to prompt user to get variable? Can I have messagebox?

To display a message box, you could use msgbox.exe:

http://www.tamedos.com/downloads/downloads.htm

This will return an ERRORLEVEL based on which button you pressed.

If you want a graphical line-input facility, I recommend using VBScript.

If you would be satisfied with line-input in the command window, you could
use "set /p" (Windows 2000 or later) or a small utility I wrote called
getvar.exe:

http://home.comcast.net/~stewartb/getkv.html

HTH,

Bill
 
Back
Top