On a couple of my floppy images, I call a floppy image, and then a batch file. How can I do this in Grub4Dos
My current/old CDShell script:
QUOTE
bcdw \images\freedos.img \dosapps\editbini\startup.bat
Here is an example of what I am using for just regular floppy images in my Grub4Dos config:
QUOTE
title Easy Recovery Pro - Trial
find --set-root --ignore-floppies /images/ezrec.ima
map --mem /images/ezrec.ima (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
find --set-root --ignore-floppies /images/ezrec.ima
map --mem /images/ezrec.ima (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
Thanks in advance,
M
