Closed GoogleCodeExporter closed 9 years ago
Seems there has bug in grub4dos batchscript.
But I did not found any problem now.
Seems now only can use call 13 times.
eg.(Below batch will hangs when 0x60000=0xD.)
!BAT
write 0x60000 0
:test
calc *0x60000++
call :test
Original comment by chenall.cn
on 19 Mar 2012 at 7:30
Please try this grldr.
Original comment by chenall.cn
on 19 Mar 2012 at 8:52
Attachments:
That is much better! Still cannot copy all i386 folder (but there are 1000's of
files so I did not really expect it to!). Anyway, nesting bug seems to have
been improved greatly - thanks!
Original comment by Steve6375
on 19 Mar 2012 at 9:08
Thank you for your report and reply.
Original comment by chenall.cn
on 19 Mar 2012 at 1:11
The fat current only supports 8.3 filenames.
The following command may get an error.
(bd)/fat mkdir %FD%%%cd%/%1
try
(bd)/fat mkdir %FD%%%cd%/%1 || echo Error: mkdir %FD%%%cd%/%1
Original comment by chenall.cn
on 19 Mar 2012 at 1:20
Original comment by chenall.cn
on 4 Jul 2013 at 2:15
Original issue reported on code.google.com by
Steve6375
on 14 Mar 2012 at 7:28Attachments: