Does Win 7 support .bat files like WinXP? For example, will Win 7 run the following file:

Start "" "C:\Documents and Settings\HDSF Staff\My Documents\My Dropbox\Texter\texter.exe"
link|improve this question

0% accept rate
1  
In XP, .bat files run on command.com, which is a lot slower than cmd.exe, which runs .cmd files. Support for 16-bit apps is gone in 7, but the distinction and speed difference may remain. If you don't need legacy features, .cmd is recommended, in general. – Anonymous Jan 23 '10 at 6:05
feedback

1 Answer

Yes. Try it out yourself! All versions of Windows do (actually batch file support comes from DOS times).

link|improve this answer
2  
+1 :: "Start" is also way cooler (functionally) in Windows 7 than it was in DOS days. :) – techie007 Jan 23 '10 at 3:11
What is +1 :: "Start"?? – jruday Jan 23 '10 at 4:02
@techie007: I'll say! DOS didn't have start.exe! – Anonymous Jan 23 '10 at 6:08
@Anonymous: Windows doesn't have either. "start" is an internal command: it is hardcoded in command.com (DOS/Windows 9x) or cmd.exe (Windows NT series: NT,2k,XP,Vista,7) – whitequark Jan 23 '10 at 11:22
@whitequark: I'm looking at a start.exe in win95/win95_14.cab on the Windows 95B install disk and in win98/WIN98_42.cab on the Windows 98 upgrade install disk. It didn't exist in DOS 6.22. It was rolled into cmd.exe for Windows NT. It did exist in Windows 9x. – Anonymous Jan 23 '10 at 13:18
show 3 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.