Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

help me

Featured Replies

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

All samples and instructions are on the same site that you d/l the BCDW plug-in example that is shown in your pic.

@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
  • Author

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

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

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

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.