I want to write a batch file that down loads an access file which is put up
every month between 10th and 15th
2 prob file name changes according to month and they put extra -
only One part remains same
It has word 'MIAMI' in the name so i go like this
ftp
ftp.website.com
username/password
get %MIAMI%.mdb ------------WILL THIS WORK
exit
Name of the file can be something like this
NEW DECEMBER MIAMI - FT LAUDERDALE.mdb
NEXT MONTH
NEW JANUARY MIAMI FT LAUDERDALE.mdb
THANKS IN ADVANCE