I’ve blogged in the past about Wayne Martin and his outstanding list of command line tips. These are one line commands, some complex some simple, that you can use to accomplish a wide range of task. The overall number of…
Read More
These examples show how to run command-line tools from within a VBScript, capturing the tool’s output.
'
' ScriptingAnswers.com Essentials - by Don Jones
'
' Run cmdline tools
' This shows how to launch a command-line
' tool and…
Read More
Another topic that I’ve seen resurface in the forums I frequent is reading remote registries. If you know exactly what you’re looking for it doesn’t get any easier than using REG.EXE from the command line. Here are some examples from…
Read More