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.