Non-standard success exit codes
A VBScript wrapper that translates non-standard success exit codes from software installers to exit code 0 for use with software distribution tools. Continue reading Non-standard success exit codes
A VBScript wrapper that translates non-standard success exit codes from software installers to exit code 0 for use with software distribution tools. Continue reading Non-standard success exit codes
A VBScript that applies a regular expression pattern to an input file and outputs matching results to console or an output file. Continue reading Generic RegEx Script
An Excel VBA macro that converts cell values to CamelHumpNotation (PascalCase), capitalizing the first letter of each word. Continue reading Excel Macro to Convert to CamelHumpNotation
A VBScript that displays an InputBox dialog and passes the user-entered value as a parameter to a specified batch file. Continue reading Generic InputBox for CMDs
A method for copying large files over slow networks by compressing and spanning data with 7-Zip, transferring with RoboCopy’s interpacket gap, and extracting remotely via PSExec. Continue reading How to copy large files over extremely slow and utilised networks (Without BITS)
A VBScript that checks whether a specific Windows service exists on a remote host using WinNT provider, with ping-based online detection. Continue reading DoesServiceExist – Detect if service exist on remote host