Hey, i wanna create a .bat file which i can later put in task scheduler, the thing is that i need that program to open dropbox (which i already coded) and then i need to make the program press a button which takes me to something called "smart sync" and then to press something called "online only"
atm all i gotis:
@echo off
Start "C:\Program Files (x86)\Dropbox\Client\Dropbox.exe" /home
(or if there is some kind of task scheduling program which could do that for me cause the standard task scheduler cant really press a button.
atm all i gotis:
@echo off
Start "C:\Program Files (x86)\Dropbox\Client\Dropbox.exe" /home
(or if there is some kind of task scheduling program which could do that for me cause the standard task scheduler cant really press a button.