I'm trying to run dopusrt in a bat file via the Windows Task Scheduler. It works fine when I launch the bat file manually but not via the Scheduler. Other instructions in the bat file that are before and after dopusrt are executed correctly. Dopusrt is called on this way:
As well as Jon's suggestion about the missing space, I would also change the task's General tab to Run only when user is logged on ("Kor endast nar andandaran ar inloggad"), else DOpusRT.exe may be run in a context where DOpus.exe isn't (and shouldn't be) running.
It's probably not going to work if you aren't logged into the machine. (It might, but I'm not sure it will, or what would happen to the dopus.exe it would launch outside of your actual desktop. It doesn't really make sense to schedule GUI software like that.)
Doing something similar in an OnStartup script in Opus might make more sense than using Task Scheduler. (Or one which uses the new timer event, or that runs whenever a new window or tab opens and checks when it last generated the folder listing.)
I now changed to "Run only when user is logged on" and that worked. Hope it will also work tonight when the computer is in sleep mode. I'll stop now as it's past midnight for me.