Unable to boot user defined tools
Posted: Tue Jul 03, 2007 3:23 am
I have created a custom directory in the root of the cd and placed the bootable floppy image files (.ima format) in it.I have edited the custom.scn file accordingly but when the cd is booted and I select F5 I get the Error:Close quote expected
[Command : print] [Line : 8.1] [File : custom.scn]
/boot/menus>
I can type at command prompt memdisk /custom/image.ima or memdisk /custom/image.ima and the particular image boots but I dont get the auto booting menu.
My custom.scn file is as follows :-
#
# User-defined Tools
#
custom_menu:
set textColor = color[white on black]
clear
set textColor = color[yellow on blue]
print " ULTIMATE BOOT CD VER 3.4
"
print " http://www.ultimatebootcd.com/
"
print "
"
set textColor = color[white on red]
print " [User-Defined Tools]
"
set textColor = color[white on cyan]
print "
"
set textColor = color[brightgrey on cyan]
print " [F1] PowerQuest Partition Magic
"
print "
"
set textColor = color[brightgrey on cyan] print " [F2] Acronis Partition Expert
"
print "
"
set textColor = color[brightgrey on cyan]
print " [F3] Seagate Data Advisor
"
print "
"
set textColor = color[brightgrey on cyan]
print " [F4] Seagate Disk Advisor
"
print "
"
set textColor = color[brightgrey on cyan]
print " [F5] Seagate Disc Wizard
"
print "
"
set textColor = color[brightgrey on cyan]
print " [F6] Seagate DOS Tools
"
print "
"
set textColor = color[brightgrey on cyan]
print " [F7] Hard Disk Regenerator v 1.41
"
print "
"
set textColor = color[brightgrey on cyan]
print " [F8] Hard Disk Regenerator v 1.51
"
print "
"
set textColor = color[white on blue]
print " Please select an item (ESC returns to main menu)
"
set textColor = color[white on black]
#
# Actions
#
getkey
clear
if ($lastKey == key[f1]); then memdisk /custom/PM7PRO.IMA
if ($lastKey == key[f2]); then memdisk /custom/PEXPT.IMA
if ($lastKey == key[f3]); then memdisk /custom/DTADV.IMA
if ($lastKey == key[f4]); then memdisk /custom/DSKADV.IMA
if ($lastKey == key[f5]); then memdisk /custom/DWSE.IMA
if ($lastKey == key[f6]); then memdisk /custom/SDT.IMA
if ($lastKey == key[f7]); then memdisk /custom/HDR141.IMA
if ($lastKey == key[f8]); then memdisk /custom/HDR151.IMA
if ($lastKey == key[esc]); then script main.scn
goto custom_menu
Changing / or \ did not make any difference
I am using UBCD v3.4,Win XP Pro,CD-RW for burning
PLEASE HELP[/list]
[Command : print] [Line : 8.1] [File : custom.scn]
/boot/menus>
I can type at command prompt memdisk /custom/image.ima or memdisk /custom/image.ima and the particular image boots but I dont get the auto booting menu.
My custom.scn file is as follows :-
#
# User-defined Tools
#
custom_menu:
set textColor = color[white on black]
clear
set textColor = color[yellow on blue]
print " ULTIMATE BOOT CD VER 3.4
"
print " http://www.ultimatebootcd.com/
"
print "
"
set textColor = color[white on red]
print " [User-Defined Tools]
"
set textColor = color[white on cyan]
print "
"
set textColor = color[brightgrey on cyan]
print " [F1] PowerQuest Partition Magic
"
print "
"
set textColor = color[brightgrey on cyan] print " [F2] Acronis Partition Expert
"
print "
"
set textColor = color[brightgrey on cyan]
print " [F3] Seagate Data Advisor
"
print "
"
set textColor = color[brightgrey on cyan]
print " [F4] Seagate Disk Advisor
"
print "
"
set textColor = color[brightgrey on cyan]
print " [F5] Seagate Disc Wizard
"
print "
"
set textColor = color[brightgrey on cyan]
print " [F6] Seagate DOS Tools
"
print "
"
set textColor = color[brightgrey on cyan]
print " [F7] Hard Disk Regenerator v 1.41
"
print "
"
set textColor = color[brightgrey on cyan]
print " [F8] Hard Disk Regenerator v 1.51
"
print "
"
set textColor = color[white on blue]
print " Please select an item (ESC returns to main menu)
"
set textColor = color[white on black]
#
# Actions
#
getkey
clear
if ($lastKey == key[f1]); then memdisk /custom/PM7PRO.IMA
if ($lastKey == key[f2]); then memdisk /custom/PEXPT.IMA
if ($lastKey == key[f3]); then memdisk /custom/DTADV.IMA
if ($lastKey == key[f4]); then memdisk /custom/DSKADV.IMA
if ($lastKey == key[f5]); then memdisk /custom/DWSE.IMA
if ($lastKey == key[f6]); then memdisk /custom/SDT.IMA
if ($lastKey == key[f7]); then memdisk /custom/HDR141.IMA
if ($lastKey == key[f8]); then memdisk /custom/HDR151.IMA
if ($lastKey == key[esc]); then script main.scn
goto custom_menu
Changing / or \ did not make any difference
I am using UBCD v3.4,Win XP Pro,CD-RW for burning
PLEASE HELP[/list]