Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
  • Loading branch information
wcx88 committed Sep 12, 2017
1 parent fb9f86d commit 6aa58f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions moveFile/1.moveFileByDate.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ for /f %%i in ('dir /a-d-s /b %pic_dir%') do (
if not "!str_date!" == "" (
if not "!str_ext!" == ".bat" (
set str_dir=!str_date:~0,10!
set str_dir=!str_dir:/=_!
set str_dir=!str_dir:/=!

if "!str_ext!" == ".MOV" (
set str_dir=!str_dir!\ÊÓƵ
set str_dir=!str_dir!\视频
)
if not exist !str_dir! (
md !str_dir!
Expand All @@ -28,4 +28,5 @@ for /f %%i in ('dir /a-d-s /b %pic_dir%') do (
)
)


pause

0 comments on commit 6aa58f8

Please sign in to comment.