1, Using RVToolsPasswordEncryption.exe to encrypted password
2. Set the Short date format
3. BAT file to run RVtools(RVtools.bat), revise the account and password accordingly(highlight with red color)
rem #########################
rem Name RVToolsBatchrem By Hunterrem Date Apr 2017rem Version 3.9.5rem #########################rem =====================================rem Include robware/rvtools in searchpathrem =====================================set path=%path%;c:\program files\robware\rvtools 3.9.5rem =========================rem Set environment variablesrem =========================set $datetime=%date:~6,4%%DATE:~3,2%%DATE:~0,2%set $VCServer=VC name or IPset $AttachmentDir=C:\tempset $AttachmentFile=RVTOOLS_%$datetime%_%$VCServer%.xlsrem ===================rem Start RVTools batchrem ===================RVTools.exe -u ABC_DM\hunter -p _RVToolsPWDSAimNtfac7sBlN8HczNdjvHyqknIETj5oy7/gE3uISc= -s %$VCServer% -c ExportAll2xls -d %$AttachmentDir% -f %$AttachmentFile%timeout /T 303.Create a window schedule task to run the bat file
1) create a task
2) Add the BAT script to window task, and set the triggers condition.
More reference