22 April, 2009
0 Comments
0 categories
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/
Tags: Visual Studio