Start WeatherLink from the command line

When reading through the WeatherLink help file, there was a section on command-line options.  This looked like a great idea to regularly download the data from the station without have to run the software all the time.  I created the script below and then scheduled it to run every 6 in Windows Task Scheduler.

Here is my script to automatically download data from my Vantage Vue:

ECHO.
date /T
time /T
C:
cd \
cd WeatherLink
“WeatherLink 5.9.3.exe” -d
dir F:\Station\VUE\*.wlk
time /T
ECHO.