DSD+ 1.101 Command Line

Status
Not open for further replies.

B-One

Member
Joined
May 27, 2013
Messages
97
Reaction score
0
I am trying to build a batch file to start DSD+ 1.101 to decode P25. I am using SDR Dongles and running Unitrunker.

This is what I have so far:

start DSDPlus.EXE -f

I want to minimize all of the windows except the source audio. If I add the -_1 the console minimizes which is fantastic, but how do I get the channel activity and event log to also minimize? I don't understand how to "sum" the values to get this to happen.

Are there any other command line switches that I should consider adding?
 

BM82557

Member
Joined
Aug 28, 2006
Messages
5,605
Reaction score
5,358
Location
Berkeley Co WV
From the Changes text file -


DSD+: A command line option to minimize windows at startup has been added

-_<num> Minimize selected windows at startup (bitmapped, 0-15) [-_0]

value window

1 console
2 source audio
4 channel activity
8 event log

sum values to minimize multiple windows


If you want to minimize all of them except the Source audio then it would be 1+4+8 =13
so the parm would be -_13. For me I minimize everyhing except the Event log so I use
-_7
 

B-One

Member
Joined
May 27, 2013
Messages
97
Reaction score
0
From the Changes text file -


DSD+: A command line option to minimize windows at startup has been added

-_<num> Minimize selected windows at startup (bitmapped, 0-15) [-_0]

value window

1 console
2 source audio
4 channel activity
8 event log

sum values to minimize multiple windows


If you want to minimize all of them except the Source audio then it would be 1+4+8 =13
so the parm would be -_13. For me I minimize everyhing except the Event log so I use
-_7

That worked perfect. Now I know how to "sum" in this context. Thank you!

Any other useful switches?
 
Status
Not open for further replies.
Top