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.

a way to integrate UBCD 3.3

Featured Replies

Hi,

this is a simple way to integrate UBCD 3.3 on a multiboot DVD for newbies who met problems.

Copy boot\menus folder from UBCD disk in AIO-DVD\boot\ folder. Copy INSERT, dosapps and images folders in AIO-DVD\

Open cdshell.ini and CUT ALL leaving in it only this lines:

boot:

cls

print "\n"

print "Press enter to boot from DVD... \n"

getkey 5 boot 0x80

if $lastKey == key[enter]; then script menus/rootmenu.scn

# When no key found...

goto boot

now, create rootmenu.scn, open it with notepad, and paste all the rest in it. Cut rootmenu.scn and put it in menus folder (AIO-DVD\boot\menus).

Now in rootmenu.scn, when we want to start UBCD at his line we type:

if $lastKey == key[3]; then script menus/main.scn

Now open main.scn

and insert in the menu list the voice "[ESC] DVD Root menu" (We add this voice to return to DVD root menu):

if ($lastKey == key[ESC]); then script menus/rootmenu.scn

Finally open each .scn file in AIO-DVD\boot\menus\ and correct the patch for each .scn line:

if ($lastKey == key[4]); then script file.scn ----> if ($lastKey == key[4]); then script menus/file.scn

Is it clear? :)

*I would only to know how to handle freesco and tools folders of UBCD disk

Now about INSERT...

If u use UBCD full with INSERT i can suggest you a way in order to run it.

If you have on dvd a live linux distro yet (like DSL) and start it with bcdw command then u can copy the content of isolinux folder of the UBCD disk in AIO-DVD\boot\modules\isolinux folder. Now u can use INSERT on your DVD too (No need to edit files because in boot\menus there is insert.scn already).

I apologize for my english, :D

Bye

  • Author

copy also docs folder from ubcd disk to AIO-DVD\

  • 1 year later...
  • 1 year later...

need help with v4.11 since all its menus are written in *.cfg files while this tutorial has *.scn files...

i tried using script to load *.cfg files but it doesn't work and the flyakite ubcd tutorial has some flaws...

plz help...

  • 3 weeks later...
need help with v4.11 since all its menus are written in *.cfg files while this tutorial has *.scn files...

i tried using script to load *.cfg files but it doesn't work and the flyakite ubcd tutorial has some flaws...

plz help...

ubcd 4.11 now uses isolinux instead of cdshell. you should call "isolinux" from cdshell.ini. i just tryed but the ubcd menu cannot be browsed

hey tostis,

i used diskemu to call the ubcd iso and it worked for me... i can browse the menus and selecting options from the menu works too...

i solved porting my cdshell menu to a new isolinux one :thumbup

i rather explode the iso and make apps visible than place the whole iso and call it via diskemu

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.