Greetings... I am very sorry for having to post this as I would think that with all the info in your forums and the unattended website.. my install would just crank right along.. but this is just not the case. I am using a netboot disk to boot to floppy to kick off my unattended install... this works great, the install works great... hands off.. all the way, thanks to your guide! However.. my $oem$ folders are not being copied and I cannot for the life of me figure out why. I have played around with using drive mappings, UNC, etc... but no matter what I do... nothing! Here is my setup... XP Pro SP2 PC has a network share with the i386 directory and $oem$ stuff... the answer file is in the i386 directory... and like I said, the install does everything I tell it, except copy the folders! Here is my answer file.... ;SetupMgrTag [Data] AutomaticUpdates=1 AutoPartition=1 MsDosInitiated=0 UnattendedInstall=Yes [unattended] UnattendMode=FullUnattended DriverSigningPolicy=Ignore ExtendOemPartition=1 FileSystem=ConvertNTFS NTUpgrade=No OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS OemPnPDriversPath="drivers\video;drivers\audio" OemFilesPath="\\sdcmexpmj3\xp\xp100\i386\$oem$" [GuiUnattended] AdminPassword=***************** EncryptedAdminPassword=Yes AutoLogon=No OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1 DetachedProgram="%SystemRoot%\System32\REGINI.EXE" Arguments="%SystemRoot%\System32\RUN1.INI" [userData] ProductKey=***************** FullName="***********' OrgName="*****************" ComputerName="" [Display] BitsPerPel=32 Xresolution=1280 YResolution=1024 Vrefresh=75 [TapiLocation] CountryCode=1 AreaCode=207 [setupMgr] DistFolder="\\sdcmexpmj3\xp\xp100" DistShare=xp100 [GuiRunOnce] Command0="rundll32 printui.dll,PrintUIEntry /in /n \\sdcme-24\canonme1" Command1="rundll32 printui.dll,PrintUIEntry /in /n \\sdcme-24\canonme2" [identification] JoinDomain=SDCNTPDC DomainAdmin=administrator DomainAdminPassword=********** [Networking] InstallDefaultComponents=Yes [TerminalServices] AllowConnections = 1 As you can see... oempreinstall is set to Yes.. NTUPgrade set to No... I am formatting the PC prior to the install, so that is as fresh as you can get.. What am I missing? Just in case... here is my kick off batch: @rem SetupMgrTag @echo off echo LOADING SMARTDRIVE!!! n:\smartdrv.exe echo STARTING XP INSTALLATION!!! net use x: \\sdcmexpmj3\xp100 set AnswerFile=x:\I386\xp100.txt set SetupFiles=x:\I386 x:\I386\winnt.exe /S:%SetupFiles% /U:%AnswerFile% /e:cmdlines.txt PLEASE HELP!! Thank you! MJ