标签:app http class like code power int error lan
The second way would look like this:
& myjob.bat 2>&1 >> C:\MyLog.txt
Or this:
& myjob.bat 2>&1 | Out-File C:\MyLog.txt -Append
标签:app http class like code power int error lan
原文地址:http://www.cnblogs.com/chucklu/p/7602885.html