Since you kindly asked, here are the commands:
Grab lite and hc.
Replace %hashmode% with whatever your hash mode is and %hash% with your hash.
Run both in parallel; first command is for lite, second is for hc.
Code:
oclHashcat-lite64.exe -n 80 -m %hashmode% --pw-min=6 -1 01234 %hash% ?1?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d
hashcat-cliAVX.exe -n 8 -a 3 -m %hashmode% --pw-min=6 -1 56789 %hash% ?1?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d
Replace %hashmode% with whatever your hash mode is and %hash% with your hash.
Run both in parallel; first command is for lite, second is for hc.