I have my software installs stored on the network at work, and have a copyapps.cmd file that is run in runonceex.cmd. At first I used the copy command and couldn't figure out why some of the software wasn't installing and it dawned on me the directories weren't being copied, so I switched the commands to xcopy, ran the cmd file, and they still don't copy the directories off of the network, after looking through google, I found switches to use with xcopy on the Microsoft site, which were /s and /e. /s tocopy directories and /e to copy them even if they're empty. After adding those, the copyapps.cmd file worked, and everything installed perfectly, except office xp, but I didn't call the right file. I would run your command if you're copying folders, and if it doesn't copy any subfolders, try adding these switches...