Batch file is not running using Run Program Commnd

Got a problem you cannot solve? Try here.
Post Reply
mkolte
Posts: 2
Joined: Thu Jul 11, 2019 12:17 am

Batch file is not running using Run Program Commnd

Post by mkolte »

Hi,

I have a batch file which i deploy at target computer and trying to execute the batch file. i have already given Required Administrator check in the beginning.

File get deploy at required location but does not execute gives message -11.

Here is the code line i used
2019-07-17_15-48-38.jpg
2019-07-17_15-48-38.jpg (61.06 KiB) Viewed 3526 times
And the Result is :
2019-07-17_15-56-32.jpg
2019-07-17_15-56-32.jpg (16.21 KiB) Viewed 3526 times
Is anything i am missing or required to do prior to execution of Batch File?

Any Help would be appreciated!!

Thanks,
pfennig

Re: Batch file is not running using Run Program Commnd

Post by pfennig »

I think under Run Program you need to put C:\WINDOWS\system32\cmd.exe
and as Command Line Parameters /c call <pathtobatchfile>
Post Reply