About 14,400,000 results
Open links in new tab
  1. Batch (.BAT) Files Not Running in Windows 11/10

    Apr 3, 2024 · If your .BAT files won't run and instead open as text, show syntax errors, or do nothing in Windows 11/10, here's how to fix the issue.

  2. [Fix] Windows Batch Files (.bat) do not run when double-clicked

    Aug 2, 2023 · Once you set a file association for .bat files using the Open with dialog or default programs, there is no way to revert to the default setting using the user interface. The only way …

  3. How do I create a Windows Batch file that does not show the …

    You can't -- executing a batch file with the built in Command Prompt is going to keep a window open until the batch file exits. What you can do is take steps to make sure that the batch file …

  4. 2 Ways to Run a Batch File from Windows Command Prompt - wikiHow

    Mar 24, 2025 · This wikiHow guide will teach you 2 simple ways to run a batch file from the Command Prompt in Windows, help you fix common errors, and show you a few other cool …

  5. What Is a BAT File, and How Do You Open One? - How-To Geek

    Apr 16, 2024 · BAT files are not inherently malware, but they can be used maliciously, and you should always treat them with a bit of caution. For example, a batch file could be written such …

  6. How to allow my computer to run bat files? - Microsoft Q&A

    Feb 13, 2024 · Make sure the commands or operations in the batch file are compatible with your version of Windows. Create a simple .bat file with just a single command (e.g. "echo "Hello, …

  7. How to Fix Batch Files Not Working on Windows - MUO

    Jun 16, 2023 · This could be because the file association with your files is somehow removed or misconfigured. Let's fix this using the Windows Settings app. Here's how you can adjust the …

  8. Open .bat files with CMD by default? : r/WindowsHelp - Reddit

    Apr 23, 2023 · Select the CMD.exe program and click on "Open". Check the box that says "Always use this app to open .bat files". Click "OK" to save your changes. Now, whenever you …

  9. Bat file is not working from a pc - Microsoft Q&A

    May 24, 2023 · The file might be trying to access a resource that is not available on the PC. Check the commands in your batch file to make sure that they are referring to valid resources.

  10. Windows batch file not running when I double click, how do I …

    Jan 4, 2016 · So, I set my .bat file association to have the .bat file opened in Notepad++, and now I can't set it back to run the bat file when I double click on it. I've tried several web pages which …