2012年12月21日
摘要: 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 阅读全文
posted @ 2012-12-21 14:53 lsl8966 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2012-12-21 14:47 lsl8966 阅读(122) 评论(0) 推荐(0) 编辑