有些時候需要把指定的檔案型別批量移動或複製到指定的資料夾,檔案多的時候手動處理效率太低,可以使用bat處理。
@echo off
::獲取當前日期
set now_data=%date:~0,4%%date:~5,2%%date:~8,2%
::以當前日期建立資料夾
mkdir %now_data%
::遍歷資料夾的mp4檔案並移動到資料夾
for /r %%i in (*.mp4) do (
move %%i ./%now_data%/
echo %%i success)
pause
參考: bat 複製檔案到指定目錄
bat 複製檔案到指定目錄 如果檔案和資料夾全部複製 xcopy s e d my documents del d my documents nx0 xcopy s e c users administrator androidstudio2.3 config plugins del c users...
複製檔案到指定目錄的指定檔案
首先要包含必要的標頭檔案 include 用於檔案操作,以具體的例子來顯示這個過程 複製new.mdl到乙個目錄 char ch 輸入檔案流 ifstream myin new.mdl new.mdl 為要複製的檔案 檔名 time radar time mdl 複製後的檔名,可以進行修改 ofst...
windows環境下面批量移動檔案到指定資料夾裡面
move d 批量新建資料夾 upload 20171225173033565 2052.jpg d 批量新建資料夾 1623 move d 批量新建資料夾 upload 20171225174344056 3949.jpg d 批量新建資料夾 1624 move d 批量新建資料夾 upload ...