Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用脚本文件运行 isql 时:
isql.exe -q -e -i %1 -o %~n1.log
然后在输出文件中我看到命令,但是当它运行时我在屏幕上看到的命令错误。
错误不会写入输出文件。我应该使用哪个命令,以便将错误也写入输出文件?
您必须使用-m(erge)命令行开关才能将错误消息发送到输出文件中。
-m(erge)