Sgt_Strider Posted February 3, 2005 Posted February 3, 2005 I followed the MSFN Unattended guide for installing Windows. For some odd reason, the drivers that I placed on the CD ends up being copied to the hard drive. What gives? How do I remove it or enter a command to prevent that from happening? Thanks.
dnrc Posted February 3, 2005 Posted February 3, 2005 you can either run stuff from the cd:use this to find the cd drive:for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\XP2A.DAT set CDROM=%%iand run with something like this:%CDROM%\install\applications\app.exeor just delete it at the end of your install with this:RD /S /Q "%systemdrive%\Drivers"
Astalavista Posted February 3, 2005 Posted February 3, 2005 u should hv a cleanup.cmdin your cleanup cmdu should havermdir /s /q "folder u want to delete"
gunsmokingman Posted February 4, 2005 Posted February 4, 2005 This Link Has 3 Different Clean Up ScriptsChoose The One You WantClean up Cmd Template
Sgt_Strider Posted February 4, 2005 Author Posted February 4, 2005 Thanks for the link, but I was hoping for a tutorial on cleanup.cmd. Is that page still there in the MSFN guide, cuz I can't find it.
Swimming_Bird Posted February 4, 2005 Posted February 4, 2005 Thanks for the link, but I was hoping for a tutorial on cleanup.cmd. Is that page still there in the MSFN guide, cuz I can't find it.http://unattended.msfn.org/intermediate/me...s/runonceex.htm
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now