hello everyone, I have this problem with executing my unattend.bat. when i have succesfully loaded my bootdisk and have access to my network share, i get a "bad command or filename" error when trying to execute the unattend.bat file. The unattend.bat looks like this @rem SetupMgrTag @echo off set AnswerFile=.\unattend.txt set SetupFiles=\\SERVER2003\networkshare\I386 \\SERVER2003\networkshare\I386\winnt.exe /s:%SetupFiles% /unattend:%AnswerFile% /copysource:lang Anyone any idea what can be wrong?