REM On Error Resume Next Set fso = CreateObject("Scripting.FileSystemObject") Set f = fso.OpenTextFile("C:\Script\InputFiles\NTServers.txt") Set WshShell = WScript ...
More power to the double-click! Few are aware of scripting with batch files, but people don’t use batch files much unless when working with mountainous tasks. Even fewer are aware of Windows Scripting ...
I have a VBScript that opens a command prompt, and does some stuff. As part of some error checking I want to use the AppActivate method to give focus to the command ...