Create a program to do nothing

Hi,

I need to copy a setup file without any command line in the program.  Crated a package and tried with cmd.exe and cmd /Q in the command line. It copied the package and program is failed after some time. Report says program is failed.

Please let me know what needs to be done for this.

Regards,

Boopathi S

August 22nd, 2015 10:01am

Do you have some more context.  Making a package with content isn't going to do much as if it is copied down from the DP, the content will just sit in the CCMCACHE.  You may want to copy the contents of the package to a specific folder using the command below

xcopy.exe *.* "c:\path\to\copy\to" /y

Free Windows Admin Tool Kit Click here and download it now
August 22nd, 2015 10:40am

What exactly is you command line? How exactly are you trying to copy the file? Where exactly are you trying to copy the file from?
August 22nd, 2015 10:41am

Hi,

Are you trying to copy a setup file to a specific folder via SCCM package? What's the command you used? And what's the error? Please also check execmgr.log for package execution.

Free Windows Admin Tool Kit Click here and download it now
August 24th, 2015 1:49am

I used cmd.exe & cmd.exe /Q. It copied the package. But in exemgr.exe, program is failed.  

August 24th, 2015 12:56pm

I used cmd.exe & cmd.exe /Q. It copied the package. But in exemgr.exe, program is failed.  


How exactly does cmd.exe /q copy a file?
Free Windows Admin Tool Kit Click here and download it now
August 24th, 2015 1:10pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics