Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
naming folder with date
Name: Ted Palmer Date: March 30, 2004 at 11:35:11 Pacific OS: xp CPU/Ram: p4 1gig
Comment:
I would like to have a .bat file to copy a folder and subfolders into a new folder that is named with the current date.
Name: trutexan Date: April 2, 2004 at 20:42:07 Pacific
Reply:
Here's one I found on the net and use to create a folder on my e: drive with current date - minus the day and / seperators. Then I use xcopy to copy data to that folder. Hope it works for you.
set string=%date% echo %string% SET STRING=%STRING:~4% SET STRING=%STRING:/=% echo %string% md e:\%string% cd e:\%string% xcopy c:\temp\*.* /e e:
The web site that gave me this info was here http://www.robvanderwoude.com/index.html
Summary: i recently used an sd card to transfer file to my friends computer since then i've seen some folders with .exe extentions on my card and on my pc. the folders have the same name as the folder they are...
Summary: I just told my brother how to hide folders in XP with NTFS. I just realized that his laptop is fat32 formatted even though it has XP Home on it. I looked around on the 'Net about how to hide folders a...