edbro Posted August 18, 2004 Posted August 18, 2004 I have a multiboot XP cd that will load a different winnt.sif based on the boot selection. These different winnt.sif's load unique cmd scripts in the GUIRunOnce. I would like to convert to RunOnceEx but I can't see a way to create a different script for each user. All the tutorials show the script being loaded in a cmdlines.txt but that would be universal. Is there a way to load a different cmdlines.txt based on which winnt.sif the boot loader loads? Can the RunOnceEx registry entries be done from a cmd in winnt.sif?
Mosselman Posted August 18, 2004 Posted August 18, 2004 Correct me if I am wrong, technically the cmdlines.txt file is the same thing as a .cmd file except for that it doesnt need to be specified anywhere because windows detects it automatically... So, and again please correct me if I am wrong, you could make .cmd files with the exact same commands as you would place in the cmdlines.txt file for each users...
edbro Posted August 18, 2004 Author Posted August 18, 2004 Yes, except that if you call the cmd script from GUIRunOnce, it will execute at the same time that RunOnceEx would try to run. I would need to populate the registry before that point. It is not that big of a deal, I can stick with my old method. It works, just not as pretty as a RunOnceEx. I was just curious if there was another way of doing this.
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