I have installed program where I need to run a command line in order for it to do something. So I want to create a simple vbscript to carry out this command ion order for me to deploy the cmd to several machines using SCCM2012.
The program sits in the %ProgramFiles% directory and it is an 'exe' file with a cmd switch I am wanting to use, example
program.exe -testcmd
Hope this makes sense and can anyone assist please?
I have looked at the forums but I don't understand what all the command mean in the script.....(I am hopeless)