Running a EXE from a VBS script - TechRepublic
Question
June 15, 2010 at 01:11 PM
pginnega

Running a EXE from a VBS script

by pginnega . Updated 16 years ago

I am tring to run an an application that will ACL users local profiles. The aplication is called Profwiz.exe

I would like to write a VBS script that reads a inputfile that contains computer names,

Then

Run this command for each computer in the inputfile.

c:\Profwiz.exe /COMPUTER “ComputernameHere” /LOG “Computername.log”

What would be the correct syntex for this.

This discussion is locked

All Comments