摘要:
在批处理中使用【if】和【goto】的例子: @echo off rem This script assumes that REAPER is installed in C:\Program Files\REAPER rem If you have it installed somewhere el 阅读全文
posted @ 2023-07-14 16:03
奥兰王子
阅读(102)
评论(0)
推荐(0)
摘要:
D:\>if /? 查看【if】命令详细的使用方法。 执行批处理程序中的条件处理。 IF [NOT] ERRORLEVEL number commandIF [NOT] string1==string2 commandIF [NOT] EXIST filename command NOT 指定只有条 阅读全文
posted @ 2023-07-14 15:59
奥兰王子
阅读(52)
评论(0)
推荐(0)