[ros-bugs] [Bug 4324] New: cmd -> pause doesn't work in batch files.

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Tue Mar 31 16:54:30 CEST 2009


http://www.reactos.org/bugzilla/show_bug.cgi?id=4324

           Summary: cmd -> pause doesn't work in batch files.
           Product: ReactOS
           Version: TRUNK
          Platform: QEmu
        OS/Version: ReactOS
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: Shell
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: gabrielilardi at hotmail.it
         QAContact: ros-bugs at reactos.org


Official 40303.

While in prompt pause works ok, you can do a "pause" and you'll have to press a
key to return to the prompt. But in a batch file it goes ahead without waiting
for a keypress, here's an example:

echo off
echo this is a test (press a key)
pause
dir c:\


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Ros-bugs mailing list