Search found 2 matches

by spupuz
12 Sep 2013 11:43
Forum: DOS Batch Forum
Topic: copy a file with wildcard
Replies: 2
Views: 1769

Re: copy a file with wildcard

I'll test it tomorrow thanks for now
by spupuz
12 Sep 2013 07:38
Forum: DOS Batch Forum
Topic: copy a file with wildcard
Replies: 2
Views: 1769

copy a file with wildcard

i need to create a batch file that copy a file that is of the month previous of the actual and the name is in this: file_aug_2013.txt the nex month will be file_sep_2013.txt how can i use wild cards to make it work correctly? @echo off set Year=%Date:~6,4% @echo off set Year=%Date:~6,4% @echo off SE...