Search found 4 matches

by JustMyAlias
04 Aug 2010 19:45
Forum: DOS Batch Forum
Topic: Copy entire folder THEN rename each file with appended date
Replies: 5
Views: 5031

Re: Copy entire folder THEN rename each file with appended d

okay - that was short-lived... :oops:
i'm back

now, say my folder
C:\Documents and Settings\MyName\Desktop\Test Files Folder
also had subfolders with files in them

would I be able to copy and rename/date append all of the files in the subfolders as well?
tia!
by JustMyAlias
04 Aug 2010 18:35
Forum: DOS Batch Forum
Topic: Copy entire folder THEN rename each file with appended date
Replies: 5
Views: 5031

Re: Copy entire folder THEN rename each file with appended d

aGerman - I went through each part of the code and identified what everything was doing (from your comments and lots of Google) - so I now pretty much understand it. You see what happens when I just copy the code and do not understand it - for example my first 2 lines setting the date variable. Than...
by JustMyAlias
04 Aug 2010 13:35
Forum: DOS Batch Forum
Topic: Copy entire folder THEN rename each file with appended date
Replies: 5
Views: 5031

Re: Copy entire folder THEN rename each file with appended d

You are AWESOME!!
Thank you so much - it worked perfectly.
I do still have several questions - but no time right now.
(more of the how it works, so I can hopefully understand better/ learn...)
I will reply again this evening.
Thank you!!

:D
by JustMyAlias
04 Aug 2010 10:57
Forum: DOS Batch Forum
Topic: Copy entire folder THEN rename each file with appended date
Replies: 5
Views: 5031

Copy entire folder THEN rename each file with appended date

I need help with this... and if you could, when replying, add REM with notes to explain each step, I would REALLY appreciate it. I have Googled and Googled without success - and when I do find scripts, I do not understand the majority of what each line is trying to accomplish... this is what I have:...