开发者

What's the difference between *.bat and *.cmd file? [duplicate]

开发者 https://www.devze.com 2023-02-17 18:57 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate: Windows batch files: .bat vs .cmd?开发者_运维知识库
This question already has answers here: Closed 11 years ago.

Possible Duplicate:

Windows batch files: .bat vs .cmd? 开发者_运维知识库

Hi,

I am learning Windows Batch programming and come across this question:

What's the difference between .bat and .cmd file?

If they are the same, why need 2 of them?

BTW, what's the difference between command.com and cmd.exe ?


.bat files are left-overs from DOS. .cmd files are for Window NT command processor or higher, and have more capabilities (some looping structures, the ability to call and return from procedural type blocks).

command.com was what ran the operating system and contained the internal commands like dir in DOS and early versions of Windows. It was replaced by cmd.exe when Windows NT was introduced, and was the first 32-bit command processor.


This might help you
Windows batch files: .bat vs .cmd?
http://www.pcreview.co.uk/forums/cmd-vs-bat-t1468592.html
A documented difference found in google groups
The differences between .CMD and .BAT as far as CMD.EXE is concerned are: With extensions enabled, PATH/APPEND/PROMPT/SET/ASSOC in .CMD files will set ERRORLEVEL regardless of error. .BAT sets ERRORLEVEL only on errors.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号