grub4dos-0.4.6a-2021-10-13.7z - error running batch files
Opened this issue · 12 comments
steve6375 commented
steve6375 commented
P.S. Please can you include \ext folder with utilities in all future zip files too?
steve6375 commented
steve6375 commented
I don't think you should remove space from end of command lines
I only asked for you to remove space from filename when passed to animation code - i.e. change animation code only
yaya2007 commented
How to repeat the question
steve6375 commented
yaya2007 commented
cat %sortlist% | call :copyfiles [SPACE]
What does'|' mean?
steve6375 commented
it is pipe symbol
https://github.com/chenall/grub4dos/blob/0.4.6a/README_GRUB4DOS.txt
steve6375 commented
yaya2007 commented
使用2021-08-13版本的grldr测试,同样的问题。我感觉是
cat %sortlist% | call :copyfiles
这句脚本有问题。
!BAT
set sortlist=/test.g4b
cat %sortlist% | call :copyfiles
goto :end
:copyfiles
echo 5678
:end
steve6375 commented
steve6375 commented