Jump to content

Batch File Question Multiple


Recommended Posts

I remember some months ago a topic that covered starting a batch then reboot and having the system automatically pickup the 2nd batch file. In other terms like this. Run 1st Batch, Reboot call 2nd Batch Reboot, Call another. I have looked for that thread and can't seem to find it.

Thanks

jd

Link to comment
Share on other sites


Add the batch to RunOnce using the REG ADD command (in the first batch):

REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /V Batch2-name /D "path to batch2" /f

Make sure you edit batch-name and path in the above line.

Link to comment
Share on other sites

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