摘要:
1、自动清除 1 @echo off 2 3 :start 4 ::启动过程,切换目录 5 set pwd=%cd% 6 cd %1 7 echo 工作目录是:& chdir 8 9 :input10 ::获取输入,根据输入进行处理11 set source=:12 set /p source=确定要清楚当前目录下的 svn和Thumbs.db 信息吗?[Y/N/Q]13 set "source=%source:"=%"14 15 if "%source%"=="y" goto clean16 if "%s 阅读全文
摘要:
1、自动清除 1 @echo off 2 3 :start 4 ::启动过程,切换目录 5 set pwd=%cd% 6 cd %1 7 echo 工作目录是:& chdir 8 9 :input10 ::获取输入,根据输入进行处理11 set source=:12 set /p source=确定要清楚当前目录下的 svn和Thumbs.db 信息吗?[Y/N/Q]13 set "source=%source:"=%"14 15 if "%source%"=="y" goto clean16 if "%s 阅读全文