Hi There,
I'm trying call(Locally) an EXE from a batch file.This EXE needs a particular user's credentials to execute. Even though after providing credentials its throwing an error saying "the server cannot be started,either because it is disabled or because it has no enabled devices associated with it." . Can you please help me in resolving this. I too tried foreground execution.
(If I go to the that machine & execute that batch file which contains the following script, then it can be executed.)
cd\
d:
cd D:\powerimage\MacBuild\Release
START /B MacBuild.exe /s \\omnibhmsvn01\pi-vss /u newbuilder /p newbuilder /a $/pisource/9.40 >>mac.log
pause