PDA

View Full Version : CCE-SP automatic start


kolak
21st September 2005, 22:46
Hi

I would like to start CC-SP automaticly at some setable time. For example: I have some project with already set settings. I would like start this project (encoding) at some setable time, e.g. 11.00 pm. Is there any tool for that?

Many thanks for replies,
Andrew

bigotti5
21st September 2005, 23:12
create a batch file with one line
"c:\pathtocce\cctspt.com" -ecl "d:\pathtoecl\your.ecl" -batch
(modify with your paths)

save as e.g cce.bat on c:\

open a command prompt and type:

at 23:00 "c:\cce.bat"

kolak
22nd September 2005, 12:08
Thx so much.
It would be really useful for me.

Andrew