| Wselect 2.10 | Selection Window | Download (22Kb) |
|
Wselect
offers a window with a list of items for selection in a batch (BAT/CMD) process.
The items are read (line by line) from a file, which can be a fixed list or menu,
or a list that was generated in the batch process.
The file may have any number of lines with anything you want to offer. User's selection by double click or Cursor up/down + Enter. Abort with Escape or by closing the window. The special menu mode features grid lines, hand cursor, single click selection. Wselect provides an errorlevel according to the selected item number. Wselect also returns the selected item text embedded in a given text string through the token "$item". This way you can produce messages or commands. For example, if the given output text string is "SET MyVar=$item", the token $item will be replaced by the selected item. The output can be redirected to a text file or to a batch file for subsequent execution.
- window centered on screen or in console window - menu mode, font size and background color - fixed-width font for lists - handling of OEM (DOS) characters and quote marks | ||
| Wfolder 1.6 | Folder Selection Window | Download (24Kb) |
|
Wfolder opens a window with a directory tree,
and makes the user's selection available in the batch process through a temporary
batch file. The program can be used to set an environmental variable or to change the current directory.
For the CD command an extra line is generated to change the drive if necessary. Commands other than CD or SET are also supported. The file fcd.cmd is included to change directory at the command prompt. | ||
| Wfile 1.3 | File Selection Window | Download (7Kb) |
|
Wfile offers an "Open File" dialog window,
and makes the user's selection available in the batch process through a temporary
batch file. The program can be used to set an environmental variable or to run a command with the selected file.
for example: C:\some\where\*.JPG;*.PNG Option [/maynotexist] allows the user to enter a new file name. Option [/multiselect] returns a space separated sequence of the selected files (each with full path).
Selected file names are returned with full path enclosed in quote marks (optionally without). | ||
| Wbox 1.03 | Message Box | Download (18Kb) |
Wbox stops a batch process and displays a window
with a message text and a number of buttons in order to proceed according to the
selected button (number by Errorlevel).
The caret (^) symbol forces a line feed. The buttons must be separated by semicolons, for example: "Continue;Options;Quit" Options include: message text left aligned or centered, time-out, font size, background color, width and height adjustments. | ||
| Wprompt 2.2 | Standard Message Box | Download (6Kb) |
Wprompt stops a batch process, and displays
a Windows message box with up to three selectable buttons.
Buttons are specified by the keywords Ok, OkCancel, YesNo, YesNoCancel. Optional default button by number, time-out (seconds) and icon with associated sound (symbols: i ? x !).
| ||
| Winput 1.25 | Input Window | Download (17Kb) |
Winput offers a user input window for batch processing.
The input string will be inserted into a user defined output string, which can be redirected
to a file. For example, you can send a command to a batch file this way, and then run it.
Options for upper/lower case, numeric input, password, timeout (seconds), OEM output (DOS characters) Multi line prompt text supported. Automatic window size adjustment. | ||
| Wbusy 1.0 | Busy Indicator | Download (13Kb) |
|
Wbusy is a busy indicator for time consuming batch processes.
The busy window displays a count or a marquee style indicator with a text message.
To close the window, or to replace it with a "done" message, the program is run again with the /stop parameter.
If no text is given, the busy indicator just vanishes. In both cases the same title must be used. Multi line text messages supported. Automatic window size adjustment. | ||
