Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Help with DAE Qulity program (Read 3097 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Help with DAE Qulity program

Hi,
I try to run Analyse program in DOS. I open DOS prompt and drag analyse icon in the open window. Every time I try to run the program and analyse my file I get an error:

Microsoft Windows XP [Version 5.1.2600]
© Copyright 1985-2001 Microsoft Corp.

C:\>"C:\Program Files\daequality\Analyse.exe"
Analyse for DAE Quality Test V1.42
Copyright 2002-2004 by Andre Wiethoff

Usage : Analyse <Reference> [-c2log] [-c2flip] [<X-Resolution> <Y-Resolution>]
Mark : The correct order of the parameters is important!

C:\>Analyse> <4xLG.wav>  [-c2log] [-c2flip] [<X-Resolution> <Y-Resolution>]
< was unexpected at this time.


I tried to specify resolution, but got the same error. Is it somethnig that I'm doing wrong?
Thank you.

 

Help with DAE Qulity program

Reply #1
Don't use "<" or ">" around the filename that you want to analyse, also don't use "[" and "]" around the parameters ("[" and "]" indicate optional parameters).

Help with DAE Qulity program

Reply #2
Don't use "<" or ">" around the filename that you want to analyse, also don't use "[" and "]" around the parameters ("[" and "]" indicate optional parameters).


If I don’t use brackets the program does not recognize the command.

C:\>Analyse 4xLG.wav  -c2log  -c2flip  X-Resolution Y-Resolution
'Analyse' is not recognized as an internal or external command,
operable program or batch file.

If I omit optional parameters I get the same error.

C:\>Analyse 4xLG.wav
'Analyse' is not recognized as an internal or external command,
operable program or batch file.

Help with DAE Qulity program

Reply #3
You must either have the .exe in the active folder (in the example of the above post, "C:\") or enter its full path.

You should probably read a guide to using the command line.

Help with DAE Qulity program

Reply #4
DV1989 and Nick.C Thanks!
I got it. It is working now.