Search found 1 match
- Wed Nov 17, 2004 4:29 am
- Forum: Technical / Scripting
- Topic: Problems with Variable dates
- Replies: 2
- Views: 3751
Problems with Variable dates
I make daily backups of all our data to a target folder using the current date as the filename. Here is the script. Works great. Year>yy Month>mm Day>dd Run Program>cmd /c XCopy S:\ d:\%MM%%DD%%YY% /s /e /h Wait>2 Send Character/Text>D The next macro burns it to DVD. So far so good. The problem is, ...