Nead help whit command
#11
still can't get the mistake Big Grin
You uses 64bit exe in second command line
☫
#12
(04-03-2012, 11:18 PM).::Rizwan::. Wrote: still can't get the mistake Big Grin
You uses 64bit exe in second command line

Thanks for info Smile
Now start new one after finis first.

Also found, if break BF (power down) and re-start whit restore file, finis only job from restore, not start new one from my .bat.

example:
If stop in first job, I use command to re-start (make .bat):
Code:
oclHashcat-lite64 --restore --session=1

Finish only this job, not start other from my first .bat.

Q: whether to use the same name for --session for all job?
how to make the restore session finish and continue to work whit othe job?
Is a solution to write same name session for all job, and then restart session should finish all?

BR
Thanks for patience Smile
#13
http://support.mozilla.org/en-US/kb/Usin...%20checker
#14
Edit your .bat file or create a new one containing only what's left to do except for the one that crashed. For that one (should be the first line of your bat file), you put:

oclHashcat-lite64 --restore --session=1
#15
simple thing is buy a 25$ 30$ software wich also send in your email the NCK code Smile and have option to attach list of hash autostop/autostart next + option to add PC1 PC2 PC3.......PC to work on same hash.
#16
what kind exactly a program do you mind? Any names of soft?
#17
(04-05-2012, 08:18 PM)mastercracker Wrote: Edit your .bat file or create a new one containing only what's left to do except for the one that crashed. For that one (should be the first line of your bat file), you put:

oclHashcat-lite64 --restore --session=1

Thanks.
I understood how it works.

BR