Jump to content

Recommended Posts

Posted

First of all I know that CDSHELL has an option that ask if you would like to boot from CD/DVD.

But I wanted to bypass their feature and actually intigrate BOOTFIX.BIN in with the CDSHELL Loader.

It doesnt matter how I do it, it will not work. Has anyone else tried this or had any luck.

Brooks

  • 2 weeks later...

Posted

Sure it has,

You are just in need of a couple of codelines.. Absolutely not difficult.

BOOT:
cls
print " Wanneer u wilt opstarten vanaf AIO-MultiBoot-DVD: \n"
print "\n"
print c "\c06 Press ENTER...... \n"
getkey 5 boot 0x80
if $lastKey == key[enter]; then cls; then goto HOME
goto BOOT

HOME:
,,,your menu,,,,

getkey ... that number defines the seconds it will give you time to press enter.

0x80 is your 1# HDD

greetz.

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...