General questions

need to specify the full path
schtasks.exe /run /tn "rclone\rclonemount"

if you want to run a command as system user, you can use psexec, which can be download from the internet

set cmdfile=mount.driveletter.cmd
psexec -i -s "%cmdfile%"