Please Help. Im new at this matter and i made a cd to create an unatend install, but i get an error that says "cant find c:\install\Applications\apps.cmdapp.cmd and hotfixes.cmd does anyone know why the $OEM$ folder isnt copied to the C drive. Please Help Also the updates are not installed I really need to getthis to work, so any help will br appreciated Here are my files Winnt.sif [unattended]     UnattendMode=FullUnattended     OemSkipEula=Yes     OemPreinstall=Yes     TargetPath=\WINDOWS     UnattendSwitch="yes"     WaitForReboot="No"     KeyboardLayout="Portugal" [GuiUnattended]     AdminPassword="xxxxx"     EncryptedAdminPassword=NO     AutoLogon=Yes     AutoLogonCount=1     OEMSkipRegional=1     TimeZone=85     OemSkipWelcome=1 [userData]     ProductID=xxxx-xxxx-xxxx-xxxx-xxxx     FullName="xxxxx"     OrgName="xxxx"     ComputerName=xxxxx     AutoActivate = Yes [Display]     BitsPerPel=32     Xresolution=1280     YResolution=1024     Vrefresh=85 [TapiLocation]     CountryCode=351     AreaCode=21 [identification]     JoinWorkgroup=casa [Networking]     InstallDefaultComponents=No [NetAdapters]     Adapter1=params.Adapter1 [params.Adapter1]     INFID=* [NetClients]     MS_MSClient=params.MS_MSClient [NetServices]     MS_SERVER=params.MS_SERVER [NetProtocols]     MS_TCPIP=params.MS_TCPIP [params.MS_TCPIP]     DNS=No     UseDomainNameDevolution=No     EnableLMHosts=Yes     AdapterSections=params.MS_TCPIP.Adapter1 [params.MS_TCPIP.Adapter1]     SpecificTo=Adapter1     DHCP=No     IPAddress=xxx.xxx.xxx.xxx     SubnetMask=xxx.xxx.xxx.xxx     DefaultGateway=xxx.xxx.xxx.xxx     DNSServerSearchOrder=xxx.xxx.xxx.xxx     WINS=No     NetBIOSOptions=0 [branding]     BrandIEUsingUnattended=Yes      Home_Page=http://www.xxxxx.com [Components]     msmsgs=off [shell]     DefaultStartPanelOff = Yes     DefaultThemesOff = Yes [Proxy]     Proxy_Enable=0     Use_Same_Proxy=0 [GuiRunOnce] %systemdrive%\install\Applications\apps.cmd %systemdrive%\install\hotfixes\hotfixes.cmd ---------------------------------------------------------------- SvcPack.inf [Version]  Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [setupData] CatalogSubDir="\i386\Update" [ProductCatalogsToInstall] [setupHotfixesToRun] JS56NEN.exe /Q:A /R:N Q823182.exe /Q /N /Z /O Q824105.exe /Q /N /Z /O Q824141.exe /Q /N /Z /O Q825119.exe /Q /N /Z /O Q826939.exe /Q /N /Z /O Q828035.exe /Q /N /Z /O Q828741.exe /Q /N /Z /O Q835732.exe /Q /N /Z /O Q837001.exe /Q /N /Z /O Q840374.exe /Q /N /Z /O Q832894.exe /Q:A /R:N Q837009.exe /Q:A /R:N Q870669.exe /Q:A /R:N WMP9MM2.exe Q828026.exe /Q /N /Z /O qchain.exe DX9NTopk.exe ---------------------------------------------------------------------------------- Apps.cmd @echo off  ECHO. ECHO Installing Adobe Reader 6 ECHO Please wait... start /wait %systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_enu_basic.exe -p"-s /v\"/qn\"" ECHO. ECHO Installing MSN Messenger 6.0.0602 Final ECHO Please wait... start /wait %systemdrive%\install\MSN\MsnMsgs.msi /QB ECHO. ECHO Registering Nero Burning ROM... REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg ECHO. ECHO Installing Nero Burning ROM v6.0.0.9 ECHO Please wait... start /wait %systemdrive%\install\Applications\Nero\Nero6009.exe /silent /noreboot ECHO. ECHO Installing Flashget 1.60a ECHO Please wait... start /wait %systemdrive%\install\Applications\flashget\fgf160a.exe /S ECHO. ECHO Registering Flashget 1.60a... REGEDIT /S %systemdrive%\install\Applications\flashget\register.reg ECHO. ECHO Installing WinRAR 3.20 ECHO Please wait... start /wait %systemdrive%\install\Applications\WinRAR\wrar320.exe /s ECHO. ECHO Extracting WinISO 5.3 ECHO Please wait... start /wait %systemdrive%\install\Applications\winiso53i.exe /s ECHO. ECHO Installing WinISO 5.3 ECHO Please wait... start /wait %systemdrive%\install\Applications\winiso53\WINISO53.EXE /VERYSILENT /SP- ECHO. ECHO Killing WinISO.exe process ECHO Please wait... taskkill.exe /F /IM winiso.exe ECHO. ECHO Registering WinISO 5.3 ECHO Please wait... REGEDIT /S %systemdrive%\install\Applications\winiso53\register.reg ECHO. ECHO Installing Spybot SD v1.3 start /wait %systemdrive%\install\Applications\spybot\spybotsd13.exe /VERYSILENT /NOCANCEL /TASKBARHIDE /AUTOCLOSE EXIT ----------------------------------------------------------------------------------------------- Hotfixes.cmd @echo off  ECHO. ECHO Installing Q817778 Advanced Networking Pack start /wait %systemdrive%\install\hotfixes\Q817778.exe /Q /O /N /Z ECHO. ECHO Restarting the PC in 1 minute... shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute" EXIT