Skip to content

ITtelligence

Intelligence everywhere

Tag: Scripts

Operations, ScriptsLeave a comment

Non-standard success exit codes

March 17, 2013April 9, 2026 Shaun Vermaak

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

ScriptsLeave a comment

Generic RegEx Script

May 6, 2012April 9, 2026 Shaun Vermaak

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

ScriptsLeave a comment

Excel Macro to Convert to CamelHumpNotation

March 28, 2011April 9, 2026 Shaun Vermaak

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

ScriptsLeave a comment

Generic InputBox for CMDs

October 13, 2010April 9, 2026 Shaun Vermaak

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

Operations, ScriptsLeave a comment

How to copy large files over extremely slow and utilised networks (Without BITS)

June 16, 2010April 9, 2026 Shaun Vermaak

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)

ScriptsLeave a comment

DoesServiceExist – Detect if service exist on remote host

September 29, 2009April 9, 2026 Shaun Vermaak

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

Powered by WordPress.com.
Loading Comments...