I want to use .bat and .txt files to download a daily file I have off of a remote directory
The root of the file is always the same, but the date changes...daily
get filename_yyyymmdd.txt
How can I search and download the file with today's date?
Thanks