Script for Getting the Repository Update Automatically
Dear All,
I am looking to automate the GET functionality of Local Siebel Tools to get all the latest changes done in Server Repository in my Local every night.
So like we have some direct command available out-of-the-box for srf compilation, repo export :
Example : C:\Users\Public\Siebel\Tools_1\BIN\siebdev.exe /c C:\Users\Public\Siebel\Tools_1\BIN\enu\tools.cfg /d [Domain] /u [username] /p [password] /tl [Language] /bc "Siebel Repository" C:\siebel_sia.srf
Similarly do we have some command or script through which I can automate "GET" of the tool ??
I have tried using VB Script for the same, its working only when the machine is logged in and some user is working on it. But this script is not working if machine goes in the background as script is not able to identify the keystrokes.