I want to use batch processing under DOS to load a floppy disk image with GRUB.exe, but it never works. The readme.txt says: FILE can be the contents of a menu. Use semi-colon to delimitate the embedded commands here in FILE. The FILE can be enclosed with a pair of double-quotes. For example: GRUB --config-file="root (hd0,0);chainloader +1" But I created dos.bat with the content: GRUB --config-file="map --mem (hd0,0)/boot/dos.img (fd0);map --hook;chainloader (fd0)+1;rootnoverify (fd0);boot" It doesn't seem to work. Please give guidance.
