You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
.bat
About this tag
The .bat tag on WindowsForum.com covers issues related to batch files on Windows, including troubleshooting command execution errors. A common problem discussed is when a .bat file fails to run commands like 'calc' because extra characters are appended to the command, resulting in errors such as 'filename is not recognized as an internal or external command'. Users seek solutions for this behavior, which can occur on systems like Windows 7 64-bit. The tag focuses on practical fixes for .bat file execution problems.
Hello. When I create a simple .bat file (to run calculator for example), it will give me an error saying that "filename" is not recognized as an internal or external command. I am 100% sure this happens because there are some symbols before the command "calc". When I right click my .bat file and...