Marco Gerards escribió:
adrian15 <[EMAIL PROTECTED]> writes:
I've activated the echo command (also the pause command) which it is
equivalent to the echo command... and have done some tests:
The problem is in the parser.
I see.
Two conclusions from these tests:
1) When you use \n in strin
adrian15 <[EMAIL PROTECTED]> writes:
> I've activated the echo command (also the pause command) which it is
> equivalent to the echo command... and have done some tests:
The problem is in the parser.
> grub> pause fjfjl
> fjfjl
> grub> pause "fjfjl"
> fjfjl
> grub> pause -n \n
> error: Interna
I've activated the echo command (also the pause command) which it is
equivalent to the echo command... and have done some tests:
grub> pause fjfjl
fjfjl
grub> pause "fjfjl"
fjfjl
grub> pause -n \n
error: Internal error
grub> pause \n
error: Internal error
grub> pause -n "\n"
\n
grub> pause -e