| 1. |
Solve : Need help with variables...? |
|
Answer» I have an executable that returns the CURRENT date in yymmdd format. I have a need to automate the daily creation of a folder with this name, and move or copy files that are being overwritten nightly into this new folder. I thought if I ran this executable and redirected the output to a "date.dat" file, that I COULD use a batch file to type this value to a variable, then use a command like |
|