Jump to content

help me


hany

Recommended Posts

I want create bootable Cd like the bootable cd in like the picture

that i put it ,

I want the steps that I can do it , although i have the source file

but i can't do that .

please I want the code and How i do it slowly

thanks

post-82-1086328907_thumb.png

Link to comment
Share on other sites


@hany

Please read Forum Rules.

12. Very often we see meaningless subjects in topic title. They give no clue of what the posts are all about. For example:

- Oh no!

- Help

- I'm mad

- Please help

- Question

- I need your help

- Hmmmm ....

This should be avoided. Users should enter something more specific in topic title so that it is easier for others to help.

Thanks
Link to comment
Share on other sites

i'm sorry administrator i will not say it again

but i told that because i need this code to change my bootable cd to another style

forgive me

and

LiquidSage :

i know that this sample found in this style

but i want to know how this create with win98 and Xp and system tools

i want to know how it done

thanks

Link to comment
Share on other sites

Using cdshell, CDShell will call the bcds.ini in the folder bcds folder.

(The bcds folder should be in the same folder where cdshell.ini is, the boot folde)

Modify the bcds.ini replacing an option that you will not use. Change the gif image corresp[onding to the option you are changing to reflect the proper title. Then simply call any boot command with "bcdw".

Ex. Win98se....copy win98 install folder to cd root.

Get win98 boot disk and place it in the folder "boot"

call win98 boot by using

bcdw \boot\win98.ima

Using xp.......get the boot file....(im assuming you are putting I386 at root)

change bcds.ini and the gif for the option # you are changing

call xp using

bcdw \i386\setupldr.bin

call all other images the same way. The example .ini given in the bcdw plugin is easiy to modify plus the gif placement cordinates are already done for you. If you need more instruction read about the actual BCDW. It has more examples and scripts though the documentation is a bit thin.

This page takes a lifetime + a few extra seconds to load....

http://bootcd.narod.ru/ntmultibootcd_e.htm

A BartPE site that actually has a pretty well rounded tut. using BCDW and a variety of different boot options: XP, ERDCommander, OOBlueCon, Acronis ,Flonix ( Knoppix ) etc. Very decent for beginners.

http://www.bootcd.uni.cc/Build_CECD.htm

Link to comment
Share on other sites

Or, if you want to know how to create a graphical menu here's what you do:

Create a 640x480x24 bits bitmap fot each menuscreen you want to call, then convert them to csi files - just like you would to change the splashscreen. After that place them in the same folder as cshell.ini (unlike the splash.csi!) and edit your cdshell.ini like so (according to your posted image):

boot:
cls
show image mainmenu.csi
getkey 30 boot 0x80
if $lastkey == [f1]; then chain /pro1.dat
if $lastkey == [f2]; then chain /wpe.dat
.
.
.
if $lastkey == [esc]; then boot 0x80

or use goto to call another screen. By the way, those three dots are purely to indicate more lines, (which I couldn't be bothered to type :)) they serve no other purpose.

Granted, it looks nice but don't start creating the graphics until you are completely satisfied with the layout of your DVD - the graphical menu is a b**** to maintain, unlike the textual menu. :rolleyes:

ArmyDoc

Link to comment
Share on other sites

OK, easier still :) but I suppose the steps are the same? Create some gifs and call them using showgif module?

I use CD Shell personally, that's why I outlined the steps above...

ArmyDoc

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...