Unable to boot user defined tools

Try looking for help here if you are having problems with the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
darryl_co
Posts: 3
Joined: Tue Jul 03, 2007 3:01 am

Unable to boot user defined tools

#1 Post by darryl_co » 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]

Constance
Posts: 338
Joined: Fri Sep 23, 2005 1:21 am
Location: France

#2 Post by Constance » Tue Jul 03, 2007 7:26 am

Huh why is there a carriage return before every " ending a 'print' command ? ...
Hammerite Compendium of Precepts, Regimens and Rules of Conduct, Vol. 113 :
A stroke of thy chisel, once made, canst be undone, but a stroke thou dost not make from fear is a worse flaw.
Be not cautious - be correct.

darryl_co
Posts: 3
Joined: Tue Jul 03, 2007 3:01 am

#3 Post by darryl_co » Sat Jul 07, 2007 2:41 am

Constance
I am sorry but I did not understand what u said

Constance
Posts: 338
Joined: Fri Sep 23, 2005 1:21 am
Location: France

Re: Unable to boot user defined tools

#4 Post by Constance » Sat Jul 07, 2007 7:44 am

Hmm not important, seems like it's just an issue with the number of blanks leading the " to next line on my screen...
Hammerite Compendium of Precepts, Regimens and Rules of Conduct, Vol. 113 :
A stroke of thy chisel, once made, canst be undone, but a stroke thou dost not make from fear is a worse flaw.
Be not cautious - be correct.

Locked