On 8/23/06, Arkady V.Belousov <[EMAIL PROTECTED]> wrote:
> Hi!
>
> >type test.bat
> echo echo>test
>
> >command /y /c test
> >test [Yes=ENTER, No=ESC] ? y
> >echo echo>test
> >echo echo>test [Yes=ENTER, No=ESC] ? y
>
> >type test
> echo
>
> All looks fine. How to reproduce bug in FreeCOM with redirection at
> singlestepping?

I'm able to reproduce this in qemu:

>type test.bat
if not errorlevel 4 echo abc > temp

>command /y /c test.bat
>test.bat [Yes=ENTER, No=ESC] ?
>if not errorlevel 4 echo abc > temp
>if not errorlevel 4 echo abc > temp [Yes=ENTER, No=ESC] ?
# I need to press Enter twice at the line above

>type temp
C:\>echo abc  [Yes=ENTER, No=ESC] ?
abc

-- 
Markus Laire

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to