JSI Tip 7744. Freeware 'Command Line Utility Programs' by Paul R. Sadowski.

Jerold Schulman

February 10, 2004

1 Min Read
ITPro Today logo in a gray background | ITPro Today


Visit http://www.paulsadowski.com/WSH/cmdprogs.htm to download the Command Line Utility Programs.

The cmdutils.zip file contains the following utilities:

Echo.exe - Echo echoes characters from the command line to the standard output. Unlike the built-in version of echo this version allows you to specify printf escape sequences (such as for a newline) and octal representations of characters.

--------------------------------------------------------------------------------


DF.exe - Displays free disk space.

--------------------------------------------------------------------------------


Max.exe, Min.exe, Norm.exe - These programs change the console window's current state (maximize, minimize, normal). They have no effect in full-screen mode.

--------------------------------------------------------------------------------


Sleep.exe - Waits for specified number of seconds to pass.

--------------------------------------------------------------------------------


Shortname.exe - Displays the short (8.3 format) name of a path or file. (Works with local or UNC paths.)

--------------------------------------------------------------------------------


Fullname.exe - Displays the long name of a file or path. (Does NOT work with UNC paths.)

--------------------------------------------------------------------------------


Uptime.exe - Displays the time since the machine's boot.

--------------------------------------------------------------------------------


Which.exe - Displays which copy of a file would be executed. Which uses the PATH environment variable to determine which file would be executed. Which also uses the PATHEXT variable if you do not specify an extension to the file used in the argument.

--------------------------------------------------------------------------------


Msgbox.exe - Displays a simple informational GUI message box with the text you want to display.

--------------------------------------------------------------------------------



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like