我正在尝试编写一个batch file,该batch file需要运行batch file的驱动器号,并使用它作为IF语句。 例如,如果字母是M,则会跳转到标签mSection。
这甚至有可能吗?
您可以使用%〜d0来获取驱动器号。 像这样的东西:
IF "%~d0"=="M:" CALL :mSection