Help!!! Here is what I am trying to do. I am trying to copy a .txt file from a network share to C:\Windows\System32\xxxx
Here is what I have tried so far.
1) Create a .bat file and created a package in SCCM. I reference this batch file from the command like in SCCM. DID NOT WORK.
xcopy /y "File location on domain. I cant put the wack wack because im a new user " "C:\Windows\System32\location"
I tried this next after reading some post.
2) Do not use a batch file and enter the commands directly into the Command Line after the Package has been created in SCCM.
Do under Packages -> Programs -> Command Line ->
xcopy /y "File location on domain. I cant put the wack wack because im a new user "C:\Windows\System32\location"
This does not work as well. I need SCCM to copy a folder from the network to the C drive on multiple machines. Thanks in advance.