Windows 10: Where can I report about a bug of an "echo" command inside a batch file, having "" be...

Discus and support Where can I report about a bug of an "echo" command inside a batch file, having "" be... in Windows 10 Gaming to solve the problem; I can't find where to report about this, but...When I use "" inside an "echo" command within a batch file, it is considered as an ending of a loop... Discussion in 'Windows 10 Gaming' started by LB636, Sep 2, 2023.

  1. LB636 Win User

    Where can I report about a bug of an "echo" command inside a batch file, having "" be...


    I can't find where to report about this, but...When I use "" inside an "echo" command within a batch file, it is considered as an ending of a loop instead of being ignoredWhere can I report about a bug of an "echo" command inside a batch file, having "" be... :mad:echo off for /l %%t in 1, 1, 3 do echo testing %%t echo this comment is printed almost fine, except the last character extra text echo here is another result of the bug, as this comment is printed just once timeout /t 20This will print:testing 1 this comment is printed almost fine, except the last character extra texttesting 2 this comment is printed almost fine, except the last character extra texttesting 3

    :)
     
    LB636, Sep 2, 2023
    #1

  2. how to report bug in batch file processor

    The first step is to get independent confirmation that you are indeed dealing with a bug. What exactly is it?
     
    Frederik Long, Sep 2, 2023
    #2
  3. Batch File Command???

    Hey, how you doing?

    Thank you for contacting us and welcome to the Microsoft Community.

    My name is Vitor. I'm an Independent Advisor and I'll be glad to help you today.

    To run a batch file that starts a backup program and waits for it to complete before executing the next command, you can use the `START /WAIT` command in your batch script. Here's an example of how you can structure your batch file:

    @Echo off

    echo Starting backup program...

    START /WAIT "Backup Program" "path\to\backup\program.exe"

    echo Backup program has completed.

    REM Add more commands to run after the backup program completes.

    Replace `"path\to\backup\program.exe"` with the actual path to your backup program executable.

    Explanation:

    - `@echo off`: This command prevents the display of the commands themselves while the batch file is running.

    - `echo Starting backup program...`: This line is just an informational message to show that the backup program is being started.

    - `START /WAIT "Backup Program" "path\to\backup\program.exe"`: This line starts the backup program using the `START` command with the `/WAIT` switch. The `/WAIT` switch ensures that the batch file waits for the backup program to finish before proceeding to the next command.

    - `echo Backup program has completed.`: This line indicates that the backup program has finished.

    - `REM Add more commands to run after the backup program completes.`: You can add any additional commands you want to run after the backup program finishes.

    Save the batch file with a `.bat` extension and run it. The batch script will start the backup program and wait for it to complete before moving on to the next command in the batch file.

    Hope the above information helps. Reply with necessary information and the result to help you further.

    Thanks

    Vitor S.
     
    {VitorLima}, Sep 2, 2023
    #3
  4. Where can I report about a bug of an "echo" command inside a batch file, having "" be...

    how to report bug in batch file processor

    How does one report a bug in the batch file processor for a DOS window?
     
    GarthPeterson, Sep 2, 2023
    #4
Thema:

Where can I report about a bug of an "echo" command inside a batch file, having "" be...

Loading...
  1. Where can I report about a bug of an "echo" command inside a batch file, having "" be... - Similar Threads - Where report bug

  2. I want to report a bug. Where should I go to report it?

    in Windows 10 Gaming
    I want to report a bug. Where should I go to report it?: I want to report a bug. Where should I go to report it? https://answers.microsoft.com/en-us/windows/forum/all/i-want-to-report-a-bug-where-should-i-go-to-report/a200c760-334d-4cf8-861b-a186b9d56d97
  3. I want to report a bug. Where should I go to report it?

    in Windows 10 Software and Apps
    I want to report a bug. Where should I go to report it?: I want to report a bug. Where should I go to report it? https://answers.microsoft.com/en-us/windows/forum/all/i-want-to-report-a-bug-where-should-i-go-to-report/a200c760-334d-4cf8-861b-a186b9d56d97
  4. Where can I report about a bug of an "echo" command inside a batch file, having "" be...

    in Windows 10 Software and Apps
    Where can I report about a bug of an "echo" command inside a batch file, having "" be...: I can't find where to report about this, but...When I use "" inside an "echo" command within a batch file, it is considered as an ending of a loop instead of being ignored:@echo off for /l %%t in 1, 1, 3 do echo testing %%t echo this comment is printed almost fine, except the...
  5. Batch File Command???

    in Windows 10 Gaming
    Batch File Command???: I want to run a batch file that starts a backup program, but does not execute the next command until that program completes? How do I do this? https://answers.microsoft.com/en-us/windows/forum/all/batch-file-command/3af2ce6b-ace3-43cb-b6fb-5cbff8998736
  6. Batch File Command???

    in Windows 10 Software and Apps
    Batch File Command???: I want to run a batch file that starts a backup program, but does not execute the next command until that program completes? How do I do this? https://answers.microsoft.com/en-us/windows/forum/all/batch-file-command/3af2ce6b-ace3-43cb-b6fb-5cbff8998736
  7. can a command line action as batch file

    in Windows 10 Support
    can a command line action as batch file: I have a run a action on one of my programs to disable it (when required) quite regularly from an elevated cmd prompt... Can it be made into a bath file (.bat) and executed as and when required? 174187
  8. how to report bug in batch file processor

    in Windows 10 BSOD Crashes and Debugging
    how to report bug in batch file processor: How does one report a bug in the batch file processor for a DOS window? https://answers.microsoft.com/en-us/windows/forum/all/how-to-report-bug-in-batch-file-processor/c6c7bf7c-b03d-4f4b-a559-6e9ce19eac30
  9. Where do I report Windows bugs?

    in Windows 10 Installation and Upgrade
    Where do I report Windows bugs?: Hi folks, just had a Windows update on my Surface Book 3 and since it updated the docking station has been on the blink which means everything that's plugged into it keeps turning off and on. Everything was peachy until the update had finished installing. Thank in advance...
  10. Where can bugs in builds be reported?

    in Windows 10 Support
    Where can bugs in builds be reported?: Other than the built in feedback app - because it has a bug for me on build 10166 and is just a blue windows with a logo that doesn't provide any means to do anything with it. On build 10166, I'm finding there to be many bugs. Some of them are: - When my PC goes into...