writing variables to a CSV file within a windows batch file/script

后端 未结 0 1377
一生所求
一生所求 2021-01-03 21:40
:: locate drive that has directory "?:\\normal\\f"
FOR %%d IN (%drives%) DO IF EXIST "%%d:\\%sourcedir%\\f\\." SET "sourcedir=%%d:\\%sourced         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题