I am new to scripting and it looks like you can write a script to run programs. I have been trying to make a script to run some security patches but have been unsuccessful. I have examples of scripts to say open up the calculator:
set objShell = WScript. CreatObject("WScript.Shell"
objShell.Run ("calc.exe"
Wscript.Echo "Script completed."
pause
But even the above did not work. Not sure where I am going wrong. Using W2K server and clients.
Would rather have SMS but no funding as of yet. Is is possible to use scripts to install service packs and patches?
Thanks.
set objShell = WScript. CreatObject("WScript.Shell"
objShell.Run ("calc.exe"
Wscript.Echo "Script completed."
pause
But even the above did not work. Not sure where I am going wrong. Using W2K server and clients.
Would rather have SMS but no funding as of yet. Is is possible to use scripts to install service packs and patches?
Thanks.