Using task sequence to copy filles to a machine in sccm
im using sccm 2007 sp2
Im having issues simply copying files in a task sequence acroos to a machine when building it this is the command that i put in the batch file to call it. This is for a windows 7 build
xcopy Convert.exe "C:\Program Files\Convert\"
XCOPY /E /H /I /K /Q Convert.lnk "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Convert\"
I know this is is wrong any suggestions would help