Saved Bookmarks
| 1. |
Solve : batch file to copy a file? |
|
Answer» I want to write a batch file to copy a file from one server to another. The FILENAME changes everyday and includes TODAY's date. How do I incorporate the changing filename into the script?Is the date the only THING that changes in the file NAME?yes, only the date changesSounds like Robocopy is the boy for you.You can try this..... |
|