sfazekas Posted November 18, 2007 Posted November 18, 2007 HI, I'm new to nlite and I'm trying to make nLite run a series of batch files on Startup.The batch file are:RenAdmin.bat : Rename the administrator AcctAddGRP.bat : Add A local GroupRenCMPT.bat : Rename the computerJoinDom.bat : Join the computer to a Domain.I Tried to search to forums for runonce, but I don't understand the posts.Can someone help???Thanks
Kurt_Aust Posted November 19, 2007 Posted November 19, 2007 You'd be looking at a RunOnce file something like this:CMD /R %Source%RenAdmin.batCMD /R %Source%AddGRP.batCMD /R %Source%RenCMPT.batCMD /R %Source%JoinDom.batThis assumes that the batch files will be in the root directory of your install media.These 2 topics have examples:Win2000WinXP x64
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