Hi,
the command line is
shake -exec YourShakeScript -vv -cpus 1 -t 1-100
if you want to render as a batch ( put 10 or more files together for render and go for a big lunch )
shake -exec YourShakeScript_01 -vv -cpus 1 -t 001-100
shake -exec YourShakeScript_02 -vv -cpus 1 -t 101-200
shake -exec YourShakeScript_03 -vv -cpus 1 -t 201-300
etc. etc.,
and save this file in a executable text editor and run the file in command line.
thanks
Nishok A