
For DDS, my mistake was just a "keyboard mistake"

So now, everything seems to run smoothly... until I change something else

Thank you very much for your kind help

UBCD is a great tool

Moderators: Icecube, StopSpazzing
bldrdash wrote:> I've erased all advices to create this file included in
> custom.scn, so it is blank now in my text editor, but on the
> screen, it is full of "o"
>
> How can I do to let that part empty ?
I'm not exactly sure what you are referring to, but if
you're having problems with the display of the custom.scn
file, check all print lines. Also make sure you are using
a text editor to edit the files, such as notepad.
-- Charles
Code: Select all
...
print " User-defined Section "
set textColor = color[white on cyan]
print " [F1] Acronis TrueImage Rescue CD "
...
getkey
clear
if ($lastKey == key[f1]); then diskemu /custom/acronis.iso
...