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.
Batch file append date to file nm?
Name: tonyS5 Date: April 15, 2009 at 12:31:46 Pacific OS: Windows XP Subcategory: Batch
Comment:
How do you write a batch file that will append a date to a file name?
Summary: I've managed to come up with a solution to my problem, and I'm sharing it with the rest: Basically, I used 2 batch files; the first one, date1.bat sets the date/time. The second batch file, dumplog.c...
Summary: Hi Hartlar This Help Hi The "/" would be an illegal character in a filename so I have changed them to "-" The code below assumes you don't have the charactor in other filenames @echo off SetLocal Enab...
Summary: Need help in understanding the Net Use command. I need a batch file to save a file to a letter drive connected to a remote server. I am not sure how to write it. I am performing a SharePoint backup an...