I made a .BAT file which looks like this:
cd "C:\Portable Apps\rclone"
rclone mount Test: X:
What this does is mount a cloud storage location to my "X" drive. When I am double clicking this batch file everything works properly, but when I try to launch it through windows task scheduler nothing happens.
Note: I also tried to use a .EXE
wrapper using a utility called "bat2exe", but nothing seems to work.
What did I do wrong...help would be greatly appreciated.
I SOLVED IT
Made a batch file with following:
Then I entered the following settings in windows scheduler:
Executed it and Behold it worked :))