Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-3709

cmd script - wrong behaviour.

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • None
    • Shell
    • None
    • Operating System: ReactOS
      Platform: x86 Hardware

    Description

      Based on CORE-1913

      test.cmd:
      if "%1" == "do" (
      echo "doing..."
      )

      calling test.cmd with the "do" argument you get:

      c:\>test do
      if "do" == "do" (echo "doing..."
      )
      "doing..."

      c:\>

      Instead of this:

      c:\>test do
      if "do" == "do" (echo "doing...")
      "doing..."

      c:\>

      (The final parenthesis is being written after a new line).

      Attachments

        Activity

          People

            goplat Goplat
            gabrielilardi Gabriel ilardi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: