I just change a Win7 Computer, but I found many old batch files not work in Win7.
Most serious problem is program crash/stop/error when run at comment line (I use ":" for comment). What is the comment line in Win7? Any efficient method to correct them? there are many comment in my batch file.
Besides, I have use the "pipe" to block the stdin input
command1
echo off | command2
command3
They work properly in WinXP, but NOT work in Win7.