rsenn / grub4dos-chenall

Automatically exported from code.google.com/p/grub4dos-chenall
0 stars 0 forks source link

error messages do not translate variables #140

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
set A=/fred
chainloader %A%

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

Should output:

chainloader /fred 
Error 15: File not found

Instead outputs:

chainloader %A%
Error 15: File not found

What version of the product are you using? On what operating system?
0.4.5c

Please provide any additional information below.

Is it possible to translate variables before the command line is output?

Original issue reported on code.google.com by Steve6375 on 31 May 2013 at 7:49