oops yeah I meant sr.inf Ok so when I place it into my batch file it should run without prompting for the CD\I386 since the files have been placed into the \I386 folder on the CD right? so my path would be like this X = CD Rom drive letter x:\I386 <- where I placed the system restore files x:\$oem$\$1\install\SystemRestore\sr.inf I will run x:\$oem$\$1\install\SystemRestore.cmd -------contents of systemrestore.cmd--------- Echo Please wait while Windows System Restore is installed... Echo. Echo Installing System Restore registry entries REGEDIT /S %systemdrive%\install\SystemRestore\SystemRestore.reg Echo. Echo Please wait while Windows runs the System Retore setup routine. Echo. %SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %systemdrive%\install\SystemRestore\sr.inf Exit --------end of contents------------------------ Now since this is all good one last question How do I prevent it from prompting for a reboot?