CHokKA
November 9, 2010, 10:53am
#1
Hi everyone
I’m currently calling Comodo Backup from a batch file that is configured with the following line:
“c:\program files\comodo\comodo backup\cbu.exe” /runbackup
Now, it works, but because it is a batch file, I get a black screen whilst the backup runs, and then when it is done it closes. Is there anything else that I can add to the command to get Comodo’s interface to appear with a progress bar so that I can see how far the backup has to go before it completes?
Many thanks
CHokKA
tudorp
November 9, 2010, 3:31pm
#2
Hi everyone
I’m currently calling Comodo Backup from a batch file that is configured with the following line:
“c:\program files\comodo\comodo backup\cbu.exe” /runbackup
Now, it works, but because it is a batch file, I get a black screen whilst the backup runs, and then when it is done it closes. Is there anything else that I can add to the command to get Comodo’s interface to appear with a progress bar so that I can see how far the backup has to go before it completes?
Many thanks
CHokKA
Hello,
Try /runspecificscheduleitem command with the exact parameters as before:
“c:\program files\comodo\comodo backup\cbu.exe” /runspecificscheduleitem
Thanks.
CHokKA
November 9, 2010, 4:27pm
#3
Thanks Tudor Postolache. That worked perfectly!