| 1. |
Solve : Dos script? |
|
Answer» Each time one of our processes runs it creates a file where the filename includes a unique identifier. The name looks like xxxx_99999.pdf, where the xxxx part stays the same, but the 99999 part varies. We can't know what it will be although they are sequential. We want to create a DOS script to COPY the most recently created file in a folder to ANOTHER location. Any solutions?Whatever methodology the process that creates the files uses, needs to be used in your script to generate that same file name. |
|