0 Comments

When you create a bat or cmd file in Microsoft Visual Studio 2008 it will be saved as UTF-8 encoding, but bat files should have ASCII enconding.
Running a bat file starting with @echo off, creates an error:

‘∩╗┐@echo’ is not recognized as an internal or external command, operable program or batch file.

Saving the file as ASCII in Microsoft Visual Studio 2008 solved the problem

http://code-journey.com/2008/12/22/visual-studio-2008-text-file-encoding-problems/

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Posts