📜  批处理脚本创建文件夹(如果不存在) - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:39.228000             🧑  作者: Mango

代码示例1
if not exist %folder% md %folder%