困惑于批处理文件编程

时间:2019-06-13 04:45:38

标签: batch-file

如何查找目录并显示其位置

@echo off
:start
cls
set /p Directory= Input Directory?: 
CD\Directory
CD
pause
goto start

@echo off
:start
cls
set /p Directory= Input Directory?: 
CD\Directory
CD
pause
goto start

文件/文件夹将出现在我的电脑中

0 个答案:

没有答案