El Torito CD Startup Batch File

G

Guest

I'm creating an el torito boot cd with command shell. I need to run a batch
file on startup. How do I configure the batch file to run on startup?

Thanks,
Tim
 
B

Brad Combs

Hi Tim,

You can place a shortcut in C:\Documents and Settings\%User%\Start
Menu\Programs\Startup to the batch file (or any user that is on the system,
or "all users"). You can also accomplish it through the registry adding a
string with the path to the batch file as the value under
HKLM\Software\Microsoft\Windows\CurrentVersion\Run. Keep in mind that since
your using an El-Torito CD using Run-Once won't be effective since your
environment is read only. Run will work as expected though. :)

HTH,
Brad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top