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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -