It's all about the answers!

Ask a question

Scheduling scm tasks using Windows at command


Andrew Wang (2154) | asked Jun 02 '10, 4:53 p.m.
So I wrote a simple batch file to handle some scm tasks, such as accepting changes to my workspaces automatically.

The batch file is:

c:\jazz\scmtools\eclipse\scm --non-interactive accept -v -r URI -u MYSELF -P PASSWD -t "My_workspace"

Works fine when running it manually from the command line

My at job:

at 9:00 /every:m,t,w,th,f cmd.exe /c c:\accept.bat

Windows just tells me "Could not start".

Anyone else managed to set up automated tasks using the scm CLI? Could you give me some pointers please?

Thanks in advance.

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.