January 7, 200719 yr 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.Thanksjd
January 7, 200719 yr 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" /fMake sure you edit batch-name and path in the above line.
Create an account or sign in to comment