chenall / grub4dos

外部命令和工具源码:https://github.com/chenall/grubutils 下载:
http://grub4dos.chenall.net
GNU General Public License v2.0
650 stars 136 forks source link

Too many labels in a batch file #87

Open steve6375 opened 8 years ago

steve6375 commented 8 years ago

Qrunbad.txt does not run as a batch file but QRUN.txt does run. The only difference is the number of labels. If a new label is added to QRUN,txt then that will not run as a batch file. 0.4.5c and 0.4.6a both have same issue. Is there a limit on the number of labels allowed in a batch file? QRUNbad.txt QRUN.txt

steve6375 commented 8 years ago

Hi, are you able to reproduce and fix this issue please?

chenall commented 8 years ago

max label 128,max script line 2048.

steve6375 commented 8 years ago

Possible to add error message? At the moment it just does not run the batch file and no error is reported. Also possible to increase batch label max to approx 256?