Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: 6a3a9cafc25869c8c42e922c96578f372f17a399 Size: 174.08 KB File Format: zip
Rating: 2.173913043
out of 5
based on 23 user ratings
Downloads: 252 License: Free
BatchQry is a free software by Steven Wettberg and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download BatchQry which is 174.08 KB in size and belongs to the software category System Miscellaneous. BatchQry was released on 2009-04-30 and last updated on our database on 2017-02-23 and is currently at version 1.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
BatchQry Description
The BatchQry application was designed to be a small tool that can help you create Windows dialogs to ask questions or provide information during logon script or batch file processing. The included "example.bat" shows each type of dialog produced.
Usage:BATCHQRY [TYPE=Dialog Type] [/Message="Message Text] [/Caption="Caption Text"] [/Items="List"]
/TYPE=The type of dialog to display.
Dialog Type = one of the following strings
YES_NO {Displays a "Yes or No" dialog}
OK_CANCEL {Displays an "Ok or Cancel" dialog}
CHOICE {Displays an "Ok or Cancel" dialog and a dropdown list of
preloaded items from which to choose}
FORCE_CHOICE {Displays an "Ok" dialog and a dropdown list of
preloaded items from which to choose, the user must answer and
choose "Ok"}
QUESTION {Displays an "Ok or Cancel" dialog and a text box for the
user to enter their answer, the user may choose "Cancel"}
FORCE_QUESTION {Displays an "Ok" dialog and a text box for the
user to enter their answer, the user must answer and choose "Ok"}
OK {Displays an "Ok" dialog}
/Message=The message to display within the dialog box, note: be sure to use quotation
marks around items that contain spaces.
/Caption=The caption to display on the dialog box. note: be sure to use quotation marks around items that contain spaces.
/Items=A comma delimitted list of items to place in the dropdown box. This is only applicable to the "CHOICE" message type. note: be sure to use quotation marks around items that contain spaces.
The program will return an ERRORLEVEL 0 if an invalid TYPE is entered.
The program will return an ERRORLEVEL 1 if the user clicks OK or YES.
The program will return an ERRORLEVEL 2 if the user clicks CANCEL.