Multiple Sets of MiniTioune Presets
Posted: Mon Mar 04, 2019 1:13 pm
I now have 2 distinct uses for my MiniTiouner. One is for receiving local signals (primarily Portsdown testing, but also for portable operation). The second is for receiving Es'hail-2. I know that J-P is working on a MiniTioune version with more presets, but I wanted something that was available now.
I have written 2 batch files that copy a labelled minitioune.ini file into the minitioune folder, and created desktop shortcuts for each. This way, I can have one button to open MiniTioune for Es'hail-2 and another to open it for local use (not at the same time). The batch files are of the form:
and
So save each of these as "Eshail2" and "Local" .bat files and then copy the minitioune.ini file twice, and rename the copies as Local_minitioune.ini and Eshail2_minitioune.ini. You will need to change the paths in the batch files to to suit your installation. You can then edit each of these minitioune.ini files with the presets and LNB offsets that you want.
Note that you can't pin batch files to the start menu or taskbar in Windows 10. You have to Right click on the Desktop and select the command "New -> Shortcut" from the context menu. Then, in the shortcut target, type the following text: cmd /c "full path to your batch file" ...
Name the shortcut and change its icon if you need, then right click the shortcut and choose "Pin to Start" from the context menu.
Dave, G8GKQ
I have written 2 batch files that copy a labelled minitioune.ini file into the minitioune folder, and created desktop shortcuts for each. This way, I can have one button to open MiniTioune for Es'hail-2 and another to open it for local use (not at the same time). The batch files are of the form:
Code: Select all
@echo off
COPY C:\Utils\Minitioune08s\Local_minitioune.ini C:\Utils\Minitioune08s\minitioune.ini
start "Local MiniTioune" "C:\Utils\Minitioune08s\MiniTioune_V0_8s.exe"
Code: Select all
@echo off
COPY C:\Utils\Minitioune08s\Eshail2_minitioune.ini C:\Utils\Minitioune08s\minitioune.ini
start "Es'hail-2 MiniTioune" "C:\Utils\Minitioune08s\MiniTio
Note that you can't pin batch files to the start menu or taskbar in Windows 10. You have to Right click on the Desktop and select the command "New -> Shortcut" from the context menu. Then, in the shortcut target, type the following text: cmd /c "full path to your batch file" ...
Name the shortcut and change its icon if you need, then right click the shortcut and choose "Pin to Start" from the context menu.
Dave, G8GKQ