Rob van der Woude's Scripting Pages

C# Examples

This page lists some console utilities I wrote in C#.

To allow using them in batch files, most utilities return their results as errorlevels.
Check the source code and the command line help text to translate the return codes/errorlevels back to results.

Some of these utilities were tested in Windows XP, all of them with release date before August 2019 in Windows 7, all later versions in Windows 10.
They were compiled with Visual Studio 10 Express Edition (Windows XP and 7) and Visual Studio Community 2019 (Windows 10), with the target framework set to .NET Framework 4 Client Profile (unless stated otherwise in the source code and help text).

Download the program Click a download icon to download the program.
ZIP file's checksums Click a check mark icon to view the ZIP file's MD5 and SHA1 checksums.
View program's help text Click a question mark icon to view the program's help text.
  Click the program name to view its source code.

 

C# Examples
Click a download icon to download the program Click a check mark icon to view the ZIP file's MD5 and SHA1 checksums Click a question mark icon to view the program's help text Name Version Description Last modified Remarks
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ActivateWindow 1.03 Batch tool to activate the specified window 2023-08-08  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text AirRegPHCmd 1.00 Search downloaded Dutch aircraft database (PH-***) for specific aircraft(s) 2020-03-13 This program requires a downloaded Dutch aircraft registration file in Excel format, located in the subdirectory "PH", and ExcelDataReader.dll, ExcelDataReader.DataSet.dll and ICSharpCode.SharpZipLib.dll in the program's parent directory
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Asc 1.02 Return the decimal character code for the specified ASCII character 2021-08-26  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ASCII 1.00 Convert text from a file or standard input into ASCII and send it to standard output 2014-01-30 As there are many "standards" to choose from when encoding text to Unicode, this tool may sometimes fail and return garbled text. In that case, try Unicode2ASCII instead.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Back2Base 1.00 Move out-of-sight windows back to the primary screen 2020-03-28 This is a GUI version of CatchStrayWindows.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Barcode 1.01 Generate barcode bitmaps using EAN-13 TrueType font 2020-03-20 Requires EAN-13 TrueType Font.   Example created with the command:
Barcode.exe test.png 1234567890123 /s:36
Click the download icon to download the program     BatCodeCheck 0.41 Batch Code Check: search batch source code for unterminated quotes, parenthesis and variables, and a number of other common coding errors 2022-12-06 Still in beta!
More details on BatCodeCheck.
Click the download icon to download the program     BatHL 0.51 Batch HighLighter: search batch source code for unterminated quotes, parenthesis and variables, and a number of other common coding errors 2014-02-07 No longer supported, use BatCodeCheck instead
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums   BirdName 3.07 Translate animal names from and to almost any language 2018-12-06 This is a GUI program!
This compiled executable is the successor of the discontinued BirdName.hta.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text BootState 1.00 Show Windows' boot state, e.g. Normal, Safe mode, Windows PE 2017-10-02  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text CameraModel 2.01 Return the camera model for the specified image file 2015-09-29 This utility searches only the first kilobyte of the specified image file, which makes it a lot faster than FINDSTR or STRINGS.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text CanonModel 1.00 Return the Canon camera model for the specified image file 2012-10-07 This utility searches only the first kilobyte of the specified image file, which makes it a lot faster than FINDSTR or STRINGS.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text CapsLock 1.01 Read or set CapsLock key state 2012-06-28  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums   CapsLockIcon 1.03 Customizable CapsLock key indicator 2021-06-28 This is a GUI program!
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text CaptureDate 1.05 Return the capture date and time for the specified image file(s) 2022-10-04 This utility searches only the first Megabyte of the specified image file, which makes it a lot faster than FINDSTR, RxGrep or STRINGS.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text CatchStrayWindows 1.00 Move out-of-sight windows back to the primary screen 2020-03-25 For a GUI version check out Back2Base.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text CheckPath 1.00 Check if all directories in the PATH variable(s) really exist 2021-12-29  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text CheckVarsPHP 1.02 Check PHP code for unused variables and functions 2022-08-27  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text CheckVarsVBS 1.10 Check VBScript code for unused variables and subroutines 2023-02-20  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Chr 1.02 Return the ASCII character for the specified decimal character code 2021-01-10  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ClCalc 2.01 Command Line Calculator 2023-02-13 Based on code by "markman", found in a discussion section of CodeProject.com.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ClipboardAppend 1.00.1 Send text to clipboard, appending it to existing text in clipboard 2022-09-14  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ClipboardPrepend 1.00 Send text to clipboard, prepending it to existing text in clipboard 2022-09-14  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text CloneDate 1.00 Modify the LastModified date (timestamp) of the target file(s) to match the specified source file's timestamp 2016-06-07  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ColorSelectBox 1.00 Batch tool to present a color picker and return the selected (console) color 2018-08-30  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text CompareFiles 1.01 Check if two files are identical 2022-04-02  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text CompareImages 1.01 Compare 2 images pixel by pixel, ignoring EXIF and IPTC metadata 2022-10-13  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text CompareSitemaps 1.00 Compare 2 XML sitemaps and display the differences on screen 2022-10-13 Also available in PHP
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ConsoleState 2.00 Set or get the visibility state of the current console 2018-11-20  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Count 1.00 Count specified objects and return result as errorlevel 2023-10-03  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text CountCharPairs 1.00 Count character pairs in source files, e.g. {} in a C# source file 2017-02-23  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text CountDown 2.01 Count down for the specified number of seconds or until a key is pressed 2020-07-13  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text DateDiff 1.02 Batch tool to calculate the timespan between two specified dates 2016-10-05  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text DateTimeBox 1.12.1 Batch tool to present a Date/Time Picker dialog and return the selected date and/or time in the specified format 2018-03-03 Inspired by code from Gorkem Gencay on StackOverflow.com.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text DeDup 1.02 Remove duplicate lines from a text file or from redirected input 2018-03-18 Requires .NET Framework 4.5.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text DelTrash 1.03 Empty the Recycle Bin 2023-06-11 Based on code by Vinoth Kumar.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text DetectSound 1.01 Detect sound input on default microphone before detection period expires 2022-11-19 Based on code by Wendy Zang on MSDN
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text DetectSpeakers 1.00 Check if speakers or headphones are connected 2022-04-03 Uses NAudio library for .NET by Mark Heath et al, required DLLs from this library are included in the ZIP file.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums   DialogBoxes 0.18.1 DLL to present dialogs in COM aware scripting languages 2019-02-01  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Doc2Txt 1.00 Return the plain text content of a Word .DOC file without requiring Word 2022-01-12  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Docx2Txt 1.01 Return the plain text content of a Word .DOCX or OpenOffice .ODT file without requiring Word or OpenOffice 2022-01-16  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Drives 3.00 List available and/or used drive letters 2022-02-03 Based on code found at DreamInCode.net.
Unlike ListDrives.exe, Drives.exe does not require elevated or administrative permissions.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Easter 1.00 Calculate the date of Easter Sunday for the specified year 2022-01-27  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text EnergyLoggerConfig 1.00 Create a binary configuration file for the VoltCraft Energy Logger 3500 or 4000 2017-02-23 The ZIP file also contains a GUI version "EnergyLoggerConfigGUI.exe".
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Epub2Txt 1.01 Extract plain text from an EPUB file and send it to the screen 2023-05-02  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Excel2Any 1.00 Open a spreadsheet in Microsoft Excel and save it in "any" (known) format 2016-01-21 Requires Excel 2007 (with Save as PDF or XPS Add-in) or later.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text FastPing 1.00 Faster PING alternative 2012-09-25  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text FontSelectBox 1.01 Batch tool to present a Font Select dialog and return selected font properties 2019-01-17  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text GetMyPID 1.00 Return the parent process' PID. 2011-05-16 Requires ParentProcess.cs by Jared Barneck
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text GetSystemInformation 1.02 Get properties and values of .NET's System.Windows.Forms.SystemInformation class 2022-01-03  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text GetSystemMetrics 1.03 Wrapper for the WINAPI (user32.dll) GetSystemMetrics function. 2017-03-07  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text GetSystemMetricsDLL 1.01 Read-only wrapper DLL for the WINAPI (user32.dll) GetSystemMetrics function. 2017-04-06 In VBScript use WScript.Echo CreateObject( "RobvanderWoude.GetSystemMetricsDLL" ).GetHelp( ) for help
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text GetTitle 4.00 Read the current Window's title, optionally removing the "Administrator:" prefix if running with elevated privileges (Vista and later), and optionally removing the appended command line. 2011-05-10 As of version 4.00, GetTitle works in "all" Windows versions, rendering GetTitleXP, the separate XP version, obsolete.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text HasHardware 1.01 Check the actual number of connected input and video devices available 2024-03-17  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text HasHID 1.00 Count number of mice and/or keyboards available at this very moment 2024-03-06  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text HasKeyboard 1.00 Count number of keyboards available at this very moment 2024-03-05 Based on Pavel Pachobut's C# wrapper for GetRawInputDeviceList on GitHub
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text HasMonitor 1.00 Check the actual number of monitors connected at this very moment 2024-03-09  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text HasMouse 4.00 Check the actual number of mice available at this very moment 2024-03-11 Requires elevated privileges; use older version (included in ZIP file) if elevated privileges are not guaranteed
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text HideInput 1.03 Read 1 line of keyboard input while hiding what's being typed. 2018-09-28  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums   HTMLEntities 1.00 Convert Unicode characters to and from HTML entities and URL encoded characters 2021-12-13 This is a GUI program; sources are included in the ZIP file.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text HTMLEscape 1.01 Display HTML-escaped input string in console 2022-09-27  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text InputBox 1.38 Batch tool to prompt for input (GUI) 2021-05-23 Most of the code comes from Gorkem Gencay on StackOverflow.com.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums   InputBoxWF 1.00 Windows Form version of InputBox (no console displayed when used in VBScript etc.) 2019-07-10 No console means no result written to console: result can be saved in a file or sent to the clipboard.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text is6432os 1.00 Return "errorlevel" 64 if current OS is 64-bit, or 32 if it is 32-bit 2010-07-04  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text isDST 1.03 Return "errorlevel" 0 if a date is in Daylight Saving Time, or 2 if it isn't 2023-05-02  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text IsElevated 1.00 Return "errorlevel" 0 if current process has elevated privileges, or 1 if not 2011-01-03  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text IsFAT 1.00 Return "errorlevel" 0 if the specified drive is FAT formated, 2 if not, or 1 if not ready 2011-04-22  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text IsNTFS 1.00 Return "errorlevel" 0 if the specified drive is NTFS formated, 2 if not, or 1 if not ready 2011-04-22  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text IsRedirected 1.02 Return a number containing the redirection status of StdIn (+2), StdOut (+4) and StdErr (+8) 2018-03-19 Requires .NET Framework 4.5.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text KeyLocks 1.01 Return status for CapsLock, NumLock, ScrollLock and Insert keys 2018-12-24  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Kolor 1.03 Set or get console background and foreground colors 2016-03-09 Use KOLOR /T for a list of color numbers
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ListDrives 1.11 Return a string containing all drive letters in use 2022-12-03 Unlike Drives.exe, ListDrives.exe may require elevated or administrative permissions on some computers.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ListIntCmd 1.07 List all available internal commands 2023-05-14  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ListNICs 1.00 List physical network adapters 2011-11-01  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ListPrinters 1.10 List all available local printers 2011-04-06  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ListProgs 1.03 List all programs registered in Windows' Uninstall keys 2015-02-10 Also available as ListProgs.bat (a lot slower).
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ListVerbs 1.01 List all verbs for the specified file extension 2022-02-17  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text LoCase 2.04 Rename specified files, or render redirected input, to lower case 2022-09-05  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text MaskText 1.00 Apply a mask to input text 2016-12-12  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Mause 1.06 Mouse enabled pAUSE command 2022-03-18 Uses the ConsoleListener class by SWdV
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text MessageBox 1.34 Batch tool to show a message in a MessageBox and return the button clicked 2020-12-11  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text MonitorClipboard 1.02 Monitor text on the clipboard in realtime 2022-10-31 This is a GUI program!
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text MultipleChoiceBox 1.00 Batch tool to present a Checkbox dialog and return the selected items 2018-11-27  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text NewTempFile 1.00 Create a zero-byte temporary file and display its name on screen 2012-07-02  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text NumLock 1.01 Read or set NumLock key state 2012-06-28  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums   NumLockIcon 1.03 Customizable NumLock key indicator 2021-06-29 This is a GUI program!
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ODT2PDF 1.01 Save LibreOffice/OpenOffice Writer files as PDF 2014-01-29 Requires LibreOffice/OpenOffice, its SDK and a 32-bit Java runtime.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ODT2Txt 1.00 Return plain text content of an OpenOffice file without requiring OpenOffice 2022-01-17  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text OpenFileBox 1.05 Batch tool to present an Open File dialog and return the selected file path 2020-07-29  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text OpenFolderBox 1.03 Batch tool to present a Browse Folders Dialog and return the selected path 2018-09-28  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Paste 2.00 Read text from clipboard and write to file or screen 2014-08-20  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text PDFPageCount 1.02 Return the page count for the specified PDF file(s) 2011-10-13 Based on sample code by Dharmaraj Nagarajan
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text PingSite 1.21 Check if a website is up and running 2011-10-18  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text PowerPoint2Any 1.00 Open a presentation in Microsoft PowerPoint and save it in "any" (known) format 2016-01-22 Requires PowerPoint 2007 (with Save as PDF or XPS Add-in) or later.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text PrintAny 3.04 Print files using the print command or verb registered for the file type 2016-02-17 Not all file types have registered Print(To) commands or verbs
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text PrinterSelectBox 2.07 Batch tool to present a Select Printer dialog and return the selected printer 2020-06-09 Inspired by code from Gorkem Gencay on StackOverflow.com.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text PrintExcel 1.00 Command line Excel sheet printing tool 2016-03-11 Requires Excel.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Printing 3.05 Pause or resume printing, or flush all queued printjobs on the specified printer(s), or list all printers, their status and number of printjobs 2016-02-15  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text PrintScreen 1.04 Save a screenshot as image or save the current console buffer as text 2018-09-13 Credits: Code to read console buffer by Simon Mourier; code for graphic screenshot by Ali Hamdar
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text PrintWindow 1.01 Save a screenshot of the specified window 2020-06-19  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ProgressBar 2.00 Batch tool to display a progress bar 2023-03-30  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ProgressBarGUI 1.00 Batch tool to present a GUI style progress bar 2023-01-30  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text QuickEditMode 1.01 Get or set the current console's Quick-Edit mode 2022-03-19  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text RadioButtonBox 1.01 Batch tool to present a Radio Button group and return the selected value 2018-11-13  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ReadLine 0.30 beta Read the specified line(s) from a text file or from standard input 2012-05-19  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text RichTextMessageBox 1.03 Batch tool to show a fully customizable message dialog and return the button clicked 2020-09-18  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text RoboMove 1.00 Move files in target directory tree to make it match the source directory tree 2015-08-31 Inspired by ROBOCOPY, but RoboMove only moves files, it does not copy nor delete them.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text RotateImage 1.02 Rotate a bitmap by a multiple of 90 degrees 2017-12-28  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Rtf2Txt 1.00 Return the plain text content of a Rich Text Format (.RTF) file 2022-01-17  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text RunHidden 1.00 Run a console program or script hidden 2017-05-02 This is a Windows.Forms program, intended to run Console programs hidden.
Unlike RunNHide, RunHidden will wait for the specified program to exit, so capturing the specified program's errorlevel is possible.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text RunNHide 1.01 Start a console program or script in a hidden window 2017-05-02 This is a Windows.Forms program, intended to run Console programs hidden.
RunNHide will start the specified program and continue without waiting for the program to exit, so capturing errors is not possible; use "wrapper" batch files for the specified program to add error handling.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text RxGrep 2.04 Multi-line FindStr/Grep like tool 2021-01-10 See the FINDSTR page for a usage sample
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text RxReplace 1.02 Multi-line regex find and replace tool 2020-07-24  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text SaveFileBox 1.03 Batch tool to present a Save File dialog and return the selected file path 2020-06-24  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ScrollLock 1.01 Read or set ScrollLock key state 2012-06-28  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums   ScrollLockIcon 1.00 Customizable ScrollLock key indicator 2021-07-08  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text SecondChoice 1.02 Alternative to Windows' native CHOICE command 2016-11-15  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text SendKeys 1.00 Batch tool to send keystrokes to the active window 2020-06-26  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums   Shell32Icons 2.02 View all icons available in Shell32.dll 2019-02-26 This is a GUI program.
Code to extract icons from Shell32.dll by Thomas Levesque on StackOverflow.com.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text SiteMap 1.03 Create a basic sitemap.org compliant sitemap 2015-11-19  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text SplitTextFile 0.50 beta Split a large file into smaller chunks 2013-11-08  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text StringHash 1.01 Return the MD5 or SHA* hash value for the specified string 2022-10-17  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text SystemInformation 1.03 Wrapper for the .NET SystemInformation class 2017-03-19  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text SystemInformationDLL 1.01 Wrapper for the .NET SystemInformation class 2017-03-26 In VBScript use WScript.Echo CreateObject( "RobvanderWoude.SystemInformation" ).GetHelp( ) for help
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text SystemTrayMessage 1.06 Display a tooltip message in the system tray 2018-12-26  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Tail 1.01 Return the specified number of lines from the end of the specified file 2013-11-19 Code to detect redirection by Hans Passant on StackOverflow.com.
Code to detect file encoding by Jason Pierce on StackOverflow.com.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Tee 1.03 Tee port for Windows: redirect Standard Input to Standard Output and to a file 2018-03-15 Requires .NET Framework 4.5.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text TestCommandLineArgs 1.00 Test C# command line parsing 2020-07-30  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text TestSitemap 1.04 Test all URLs encountered in an XML sitemap 2022-11-09  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text ToString 1.02 Batch tool to format numbers and dates the .NET way 2022-02-25  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text TouchDetect 0.10 Check if touch enabled devices are available 2016-07-10 Alpha release, not tested on touch enabled devices yet!
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text TranslateCulture 1.01 List translations for weekdays and/or month names for the specified cultures (languages) 2015-10-06  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Trash 1.01 Send specified file(s) to the recycle bin 2023-06-10  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Trim 1.00 Trim leading and trailing whitespace (including linefeeds) from string 2022-09-03  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text TrueName 1.02 Displays the true path of a file or directory, like COMMAND.COM's internal TRUENAME command 2017-06-15 Handles SUBSTituted drives as well as mapped network drives and directory junctions, and even some combinations.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Unicode2ASCII 1.00 Convert text from a file or standard input into ASCII and send it to standard output 2014-01-30 As there are many "standards" to choose from when encoding text to Unicode, this tool may sometimes fail and return garbled text. In that case, try ASCII instead.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text UpCase 2.02 Rename specified files, or render redirected input, to all upper case 2018-03-12 Requires .NET Framework 4.5.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text URLEscape 1.00 Display URL-escaped input string in console 2022-09-27  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text UTF8removeBOM 1.00 Read a text file and save the text in UTF-8 format without Byte Order Mark 2019-01-18  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text WaitASecond 1.00 A 900..1100 milliseconds random time delay 2011-05-11  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text WANIP 1.02 Get the computer's WAN IP address 2018-12-12  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text WGetIE 1.02 Save a web page to a file, using Internet Explorer 2018-08-19  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text WGetLite 1.01 Get web content (text only) 2018-12-12  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Which 1.48 Port of the UNIX command to Windows 2016-02-21  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums   WinVerCL 1.00 Console version of Windows' native WINVER command 2022-04-21  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums   WMIGen 10.0.15.6 Generate Batch, C, C++, C#, Delphi, F#, Java, JScript, KiXtart, Lua, Object Pascal, Object Rexx, Perl, PHP, PowerShell, Python, Ruby, Tcl, VB .NET and VBScript code for WMI queries 2023-02-25 This is a GUI program!
This compiled executable is the successor of the discontinued WMIGen.hta.
Based on the example from the Microsoft TechNet ScriptCenter article Scripting Eye for the GUI Guy.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Word2Any 1.02 Open a Microsoft Word document and save it in "any" (known) format 2016-01-30 Requires Word 2007 (with Save as PDF or XPS Add-in) or later.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Word2OpenOffice 1.00 Open a Microsoft Word document and save it in OpenOffice ODT format 2022-01-04 Requires Word.
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Word2Txt 1.03 Extract plain text from a Word document and send it to the screen 2022-01-21  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text WPD 1.00 Open a Word document with identical name and location when doubeclicking a WordPerfect document 2019-07-28  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text WPD2Txt 1.00 Return plain text content of a WordPerfect file without requiring WordPerfect 2022-01-21  
Click the download icon to download the program Click the check mark icon to view the ZIP file's MD5 and SHA1 checksums Click the question mark icon to view the program's help text Youless 1.00 Read data from a Youless LS120 energy monitor device 2023-03-24  

 


page last modified: 2024-03-17; loaded in 0.0786 seconds