My Execute Process task runs fine from a XP machine. When I move it to a Win7 machine, then the Execute Process task launches the bat file in Notepad instead with CMD.
Parameters-
RequireFullName = True
Executiable = D:\Apps\DailyGrinds\RadUnZip.bat
Arguments = zzz
FailTaskIfReturnCodeISNotSuccussValue = Fales
SuccessValue = 0
Timeout = 0
WindowStyle = Normal.
The bat file run just fine with done manually. Also, if I change the WindowStyle to hidden, then the task never completes (stays yellow)
So, why would the Execute Process task be launching Notepad?