Rex IT Blog
顯示具有
Batch
標籤的文章。
顯示所有文章
顯示具有
Batch
標籤的文章。
顯示所有文章
2019年4月29日 星期一
找出2019/03/01之後還有修改的檔案清單
›
想知道 D:\XXYY底下包含子資料夾有哪些檔案在2019/03/01之後還有修改 台灣 forfiles /p D:\XXYY\ /s /m *.* /d 2019/03/01 "cmd /c echo @path @fdate @ftime" ...
2019年3月14日 星期四
Guide to Windows Batch Scripting
›
http://steve-jansen.github.io/guides/windows-batch-scripting/
BatCodeCheck
›
https://www.robvanderwoude.com/battech_batcodecheck.php ref: https://stackoverflow.com/questions/165938/how-can-i-debug-a-bat-script htt...
Batch Compiler
›
http://bc.gotek.info Batch Compiler is the one & only Integrated Development Environment for batch scripts. With the help of built in ...
Eclipse Batch Editor
›
https://marketplace.eclipse.org/content/batch-editor#group-details
2017年8月23日 星期三
利用forfiles指令刪除7天前的檔案和資料夾
›
forfiles /P D:\ExportData\ /S /M *.* /D -7 /C "cmd /c del @PATH" forfiles /p D:\ExportData\ /D -7 /C "cmd /c IF @isdir == TRU...
2017年3月20日 星期一
UNIX2DOS 與 DOS2UNIX 批次轉換換行字元
›
http://blog.miniasp.com/post/2010/08/20/UNIX2DOS-DOS2UNIX-Windows-Linux-Convertion.aspx
›
首頁
查看網路版