Jump to content

Recommended Posts

Posted

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 Acct

AddGRP.bat : Add A local Group

RenCMPT.bat : Rename the computer

JoinDom.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


Posted

You'd be looking at a RunOnce file something like this:

CMD /R %Source%RenAdmin.bat

CMD /R %Source%AddGRP.bat

CMD /R %Source%RenCMPT.bat

CMD /R %Source%JoinDom.bat

This assumes that the batch files will be in the root directory of your install media.

These 2 topics have examples:

Win2000

WinXP x64

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...