dsdplus windows

Status
Not open for further replies.

cg

Member
Premium Subscriber
Joined
Dec 13, 2000
Messages
5,187
Reaction score
1,697
Location
Connecticut
 

slicerwizard

Member
Joined
Sep 19, 2002
Messages
7,800
Reaction score
2,189
Location
Toronto, Ontario
On the FMP24 command line. -_1 minimizes FMP24's console window.

FMP24 -h reveals:

Options:
...
-_<num> Minimize windows at startup; bitmapped



So -_2 probably minimizes the RF spectrum window, -_3 probably minimizes the console window and the spectrum window.

I can't test it right now - no dongles handy.


Edit whatever batch file(s) you use to start FMP24 and add the appropriate -_# value to the command line and give it a test.
 

radiotrack1

Member
Feed Provider
Joined
Apr 14, 2005
Messages
128
Reaction score
2
Location
Lumberton, NC
On the FMP24 command line. -_1 minimizes FMP24's console window.

FMP24 -h reveals:

Options:
...
-_<num> Minimize windows at startup; bitmapped



So -_2 probably minimizes the RF spectrum window, -_3 probably minimizes the console window and the spectrum window.

I can't test it right now - no dongles handy.


Edit whatever batch file(s) you use to start FMP24 and add the appropriate -_# value to the command line and give it a test.
After reading my logs and the new documentation I removed all -e -E -T -_# commands from my command line. I then started getting the FMP24 windows not minimized on startup. I thought that I went back and tried to add the -_# commands and it still did not work. I must have only added back to the dsd.exe side of my command line and not the FMP24 side. I can confirm that the -_3 on the FMP24 batch file command does start with both windows minimized. I would recommend to update the documentation to reflect that the menus are for the dsd.exe batch file and to keep the command line arguments for the FMP24 batch files.
 

mrc333777

Member
Joined
Apr 8, 2014
Messages
76
Reaction score
19
Location
Barberton, Ohio
d:
cd d:\RF\dvb\DSDPlus2
start FMP24 -a1 -f858.5125 -g9.0 -i0 -o333 -P0 -rc -_1
start DSDPlus -fa -i333 -O NUL -r1 -_1 <---------------------------------------

i can assure you it does not work! also on the menu of window / minimize window does not stay selected upon exiting neither
 

DaveNF2G

Active Member
Premium Subscriber
Joined
Jul 8, 2023
Messages
659
Reaction score
-69
Location
Latham, NY
I'm a little confused here.

Are you trying to minimize FMP24 or DSDPlus?

There has been a lot of discussion about FMP24 command line options, but your batch file applies the minimize parameter to DSDPlus.

Also, Windows batch files do not require "start" before the program name.
 

slicerwizard

Member
Joined
Sep 19, 2002
Messages
7,800
Reaction score
2,189
Location
Toronto, Ontario
I'm a little confused here.

Are you trying to minimize FMP24 or DSDPlus?
By the looks of it, both. Of course, DSD+ FL no longer supports that function on the command line.

There has been a lot of discussion about FMP24 command line options, but your batch file applies the minimize parameter to DSDPlus.

Also, Windows batch files do not require "start" before the program name.
They do if you're trying to start multiple processes.
 

mrc333777

Member
Joined
Apr 8, 2014
Messages
76
Reaction score
19
Location
Barberton, Ohio
I'm a little confused here.

Are you trying to minimize FMP24 or DSDPlus?

There has been a lot of discussion about FMP24 command line options, but your batch file applies the minimize parameter to DSDPlus.

Also, Windows batch files do not require "start" before the program name.
DSDPLUSUntitled.jpg
 
Last edited:
Status
Not open for further replies.
Top