如何在批处理文件中检查命令
start "" javaw -jar %~p0/example.jar
成功或产生错误?
我想使用if/else语句来回显这个信息.
if-statement batch-file
batch-file ×1
if-statement ×1