After some more troubleshooting, I realized that it was creating the $OEM$ folder, the problem is that it was executing the command to install the programs. Here is a part of my install.cmd file... ECHO. ECHO Installing Adobe Reader 6.0 ECHO Please wait... start /wait %systemdrive%\install\applications\Adobe Reader\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\"" ECHO. ECHO Installing Client Access ECHO Please wait... start /wait %systemdrive%\install\applications\Client Access\setup.exe -s If I change Adobe Reader to AdobeReader and Client Access to ClientAccess, it works fine. Is there a reason you can not have the folder names with a space? Thanks again for all the help!