New: SCCT Scratch Rating
Moderator: Ras
-
Jim Logan
- Posts: 74
- Joined: Thu Mar 09, 2006 4:14 am
- Location: Nevada, USA
Re: New: SCCT Scratch Rating
How could I have missed that?? I grew up with DOS. Thanks a lot, Matthew.
-
Adam Hair
- Posts: 3226
- Joined: Wed May 06, 2009 10:31 pm
- Location: Fuquay-Varina, North Carolina
Re: New: SCCT Scratch Rating
If Matthew's suggestion does not work, I have a suggestion. I would create a bat file containing the command on one line, and "pause" on the next line. The DOS window then will not close until you press "Enter". Or, add ">[some name].txt to save the output to a textfile. For example:Jim Logan wrote:Adam - I seem to be doing something wrong. Windows 7 64 bit. I use the Run command and enter as you say. A DOS box opens and the program runs, but the box then immediately closes leaving me with only desktop. What am I doing wrong?
Code: Select all
sim03_depth6.exe -r 23>Djinn.txt
By the way, '-m' instead of '-r' will output a matrix of all the similarity percentages. However, this is hard to read when many engines are being compared.