1dimitri Posted July 19, 2004 Posted July 19, 2004 I've tried to build an ISO with XPCREATE with the defaults in XPCREATE.INIIt works well.However if I modify the CDSOURCE to other than an empty value when building from scratch (No SVC-... tree yet created), it outputs an error saying it can't extract the boot sector from the CD.If I dig into the code, it seems the NEWSOURCE variable in :CHECKBOOT if not set due to the way :CHECKSRC is written.I've modified the code the following way, and it seems OK:CHECKBOOTCALL :SHOWMESS "Trying to extract the Boot Image.":: WORKAROUNDSET NEWSOURCE=%XPSOURCE%:: /WORKAROUNDIF EXIST "%BOOTIMGFILE%" GOTO EOFBut other regression tests weren't made.
GreenMachine Posted August 2, 2004 Posted August 2, 2004 Correct you are, 1dimitri, there is a minor error in the code that results in the symptoms you describe. This will be fixed in the next release of XPCREATE. Thanks for pointing it out!Concerning your modifications, thanks for sharing that. However, please read THIS post.
Alanoll Posted August 2, 2004 Posted August 2, 2004 I think I've only ever made ONE modification to your code, and all I did was suggest it to you. it was adding a TITLE And now look what happens, now it has the date too However I must admit I have opened it a few times, mainly too see how those blasted FOR loops work. I still don't understand those darn things. Oh well, I'm a C++ person
GreenMachine Posted August 3, 2004 Posted August 3, 2004 Ah ha! So it was YOU! I'm afraid I'm going to have to flame you till heavens end. Wait a minute ... Aren't you the moderator? Ooops ...
Alanoll Posted August 3, 2004 Posted August 3, 2004 Ah ha! So it was YOU! I'm afraid I'm going to have to flame you till heavens end. Wait a minute ... Aren't you the moderator? Ooops ...But those FOR loops..... they just don't make sense to the newer generation tokens, %%I, etc....
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