Luchino Posted September 20, 2005 Posted September 20, 2005 My unattended CD working fine, but I need to modify the BOOT SECTOR to start at boot of PC another application (.EXE .CMD ...).Can I edit the BOOT.IMG file?Thx
Luchino Posted September 20, 2005 Author Posted September 20, 2005 No! I do not boot a WIN32!It makes the BOOT from batch file (from CD/DVD) that then execute the setup of Windows xp.This because I have the necessity to make of the questions the customer before that beginnings the setup of Windows XP.Thx
Alanoll Posted September 20, 2005 Posted September 20, 2005 No! I do not boot a WIN32!It makes the BOOT from batch file (from CD/DVD) that then execute the setup of Windows xp.This because I have the necessity to make of the questions the customer before that beginnings the setup of Windows XP.Thx<{POST_SNAPBACK}>can't do that.The bootsector (atleast BOOT.IMG) just contains the code to lauch the setup sector. To initiate a batch file, you'll need the command line interpreter as well.Make an image of a Win98 boot disk, and use that image as the bootsector instead of BOOT.IMG. It'll then boot into the "disk" and reach a dos prompt. That being said, you should be able to figure out how call you BAT file.
Luchino Posted September 21, 2005 Author Posted September 21, 2005 Thanks for the help, AlanollBest regards.
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