ahtshun83 Posted October 14, 2013 Report post Posted October 14, 2013 Hi All, I trying to run a simple bat file via SCCM 2007. However I couldnt make it run on client machine. This is my bat file @ECHO OFFECHO %0PAUSE Under command line, i did try cmd.exe /c batfile.cmd. i also configured to run program from DP. Anyone can assist me? Quote Share this post Link to post Share on other sites More sharing options...
Bendes Posted October 14, 2013 Report post Posted October 14, 2013 Have you tried the simpliest way without "cmd.exe" ? batfile.cmd or batfile.bat Quote Share this post Link to post Share on other sites More sharing options...
ahtshun83 Posted October 14, 2013 Report post Posted October 14, 2013 Have you tried the simpliest way without "cmd.exe" ? batfile.cmd or batfile.bat I did try without cmd.exe on .cmd file and it failed. I just tried without cmc.exe on .bat file and it throw me error " The pogram cannot be run because the program file cannot be found". I checked..all the files are present. Quote Share this post Link to post Share on other sites More sharing options...
Bendes Posted October 14, 2013 Report post Posted October 14, 2013 - Your batfile.cmd is present at the root of your "source" package folder ? - Are your sources replicated to your DP's ? Quote Share this post Link to post Share on other sites More sharing options...
ahtshun83 Posted October 14, 2013 Report post Posted October 14, 2013 - Your batfile.cmd is present at the root of your "source" package folder ? - Are your sources replicated to your DP's ? Yes at the root of the package. I did distribute to DP. I tried both settings - configured to run program from DP - download from DP and run program locally. Both settings didn't work Quote Share this post Link to post Share on other sites More sharing options...
Bendes Posted October 14, 2013 Report post Posted October 14, 2013 Last idea : C:\Windows\System32\cmd.exe /c batfile.cmd Quote Share this post Link to post Share on other sites More sharing options...
ahtshun83 Posted October 14, 2013 Report post Posted October 14, 2013 Last idea : C:\Windows\System32\cmd.exe /c batfile.cmd so i put this command at the command line field? do i need to enclose with " "? Quote Share this post Link to post Share on other sites More sharing options...
Bendes Posted October 14, 2013 Report post Posted October 14, 2013 so i put this command at the command line field? Yes do i need to enclose with " "? No Quote Share this post Link to post Share on other sites More sharing options...
ahtshun83 Posted October 14, 2013 Report post Posted October 14, 2013 Hi Bendes, tried with or without "" on either run on dp and dl and run locally..all not working..i'm not sure whats went wrong ..i thought it is simple to just run a bat file from SCCM 2007...guess no luck for me.Thanks for your help ..appreciated it. Quote Share this post Link to post Share on other sites More sharing options...
Rocket Man Posted October 14, 2013 Report post Posted October 14, 2013 What exactly is the purpose of the batch file? Does it initiate a software install? Quote Share this post Link to post Share on other sites More sharing options...