I'd like to run a (Win32) command-line program (actually RoboCopy) on certain times.
To do that, I'd like to create a (VBS?) script that sets-up task scheduler automatically. How do I set this up? The user is always the same and always logged-on.
If at all possible I'd like to see if I can reduce the process priority of the RoboCopy task to just a little below normal to avoid to much interference with running processes.
Any ideas on if and how I could tackle this one?
Erik Jan


AT /PURGE /MIR /NP /R:0 /W:2 
