Dark Bit Factory & Gravity
PROGRAMMING => General coding questions => Topic started by: Clyde on July 03, 2008
-
Does anyone know what are the best settings to use with KKrunchy please?
Cheers and thanks very much,
Clyde.
-
I use "--best" the compression/decompression is a bit slowerbut gives good compression ratios
-
Thanks dude :)
-
Does anyone know what I'm doing wrong with the following used as a batch file to use with the send to option in windows vista. It keeps on failing.
"c:\KKrunchy\KKrunchy" --best
Cheers and thanks,
Clyde.
-
my .exe file's name is "kkrunchy_k7"
so my command line looks like this:
"c:\code\kkrunchy_k7 --best mynormalfile.exe mycrunchedfile.exe"
I hope this helps...
-
"c:\KKrunchy\KKrunchy --best"
Tried making the batch file with the above, isn't working for me. Says its an unrecognized external or internal command.
Must be something obvious that Im not doing right with using the Send To on the file.
Cheers,
Clyde.
-
yop,but my question was:
are you sure your command is "kkrunchy" and not "kkrunchy_k7" ?? I often make the error of misspelling the name of a command...
-
Dude it's defineatly called KKrunchy
-
ok ok... what version? maybe you can try with this one (attached)
what does your batch script look like?
-
My Batch file consists of the following dude:
"c:\KKrunchy\KKrunchy_k7"--best
pause
Cheers,
Clyde
-
here is my .bat file and it works..
but I did not use the double quotes. I'm not a batch expert though
-
Cheers StormBringer dude. But for some reason I can't get it working on vista dude.
-
c:\KKrunchy\KKrunchy_k7
^that might be getting parsed as a directory path try running cmd then 'cd c:\KKrunchy\'
then type 'KKrunchy_k7.exe --best infile.exe outfile.exe'
-
Thanks I may have to opt for that way, was hoping to use the Send To Option.
Cheers,
Clyde.