Single batch file to start FMP AND DSD?

Status
Not open for further replies.

msingewald

Member
Premium Subscriber
Joined
May 28, 2003
Messages
312
Location
Norwalk, CT
I would like to have a single batch file that starts fmp then dsd, but I haven't cracked the code yet. I have the first line executing FMP and the second does DSD.

FMP starts, but then DSD won't start until I close FMP. Please share how to do this. My DOS commands are very rusty.
 

msingewald

Member
Premium Subscriber
Joined
May 28, 2003
Messages
312
Location
Norwalk, CT
Thank you for sharing that info. I modeled it after yours using the start command. For the sake of sharing, here is what I ended up with:

cd C:\DSD
Start FMP.exe -o20000 -P72.8 -f441.600 -e0 -b4 -g37
Start DSDPlus.EXE -i20000 -wel10.950 -wes600.500 -weh13 -wcl10.450 -I60 -_14 -v4 -E

Works like a charm.

Thanks again.
 
Status
Not open for further replies.
Top