摘要:@echo offfor /f "delims=" %%i in ('dir /s/b/ad 123*') do ( rd /s/q "%%~i")exit
        阅读全文
        
            posted @ 2017-09-19 13:40
| 
 | ||
| 随笔分类 - CMD命令
摘要:@echo offfor /f "delims=" %%i in ('dir /s/b/ad 123*') do ( rd /s/q "%%~i")exit
        阅读全文
 
            posted @ 2017-09-19 13:40 
摘要:实际中需要把注册的mysql移除, 一时忘了命令, 特此记录 在网上找的帮助 #Path to installation directory. All paths are usually resolved relative to this.basedir="D:\MySQL Server 5.1/"
        阅读全文
 
            posted @ 2017-06-20 15:36 
摘要:@echo on for /r %%f in (*.htm) do del %%f Ctrl+S保存
        阅读全文
 
            posted @ 2016-12-16 14:44 
摘要:例如 当前默认的路径是C:\ 你想换到 D:\nihao\ 需要敲入 D:\nihao\cd 这样就可以了如果你想切换到D:\Program Files\MyEclipse\MyEclipse 10 则需要敲入1 。D: 然后回车2 然后 敲入 cd D:\Program Files\MyEclip...
        阅读全文
 
            posted @ 2011-11-17 18:58 
 | ||