file - How to copy a folder with specific name from a location with other folders -



file - How to copy a folder with specific name from a location with other folders -

i trying re-create of folder location other folders. how can this?

here have far: finding folder starts new project * , renaming report_current date. need re-create folder c:\complete.

@echo off move "c:\ecu\ecu1\new project*" "c:\ecu\ecu1\report_%date:~-10,2%_%date:~-7,2%_%date:~-4,4%" pause

you should able specify want move folder c:\complete rename

move "c:\ecu\ecu1\new project*" "c:\complete\report_%date:~-10,2%%date:~-7,2%%date:~-4,4%"

file batch-file folder

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -