Export to GitHub

grub4dos-chenall - issue #163

set /p has character limit and errors


Posted on Dec 10, 2013 by Happy Kangaroo

What steps will reproduce the problem?

set ask= set /p ask=0123456789012345678901234567890123456789012345678901234567890123456789012345 echo -e \n0 set /p ask=01234567890123456789012345678901234567890123456789012345678901234567890123456 echo -e \n1 set /p ask=012345678901234567890123456789012345678901234567890123456789012345678901234567 echo -e \n2

What is the expected output? What do you see instead?

after first ask wich is OK, next ask gives error: 1 < Report bug! lpos=0, start=-6, len=77, llen=0, plen=78, section=1

What version of the product are you using? On what operating system? 0.4.5c 30-11-2013

Please provide any additional information below.

Status: New

Labels:
Type-Defect Priority-Medium