You can start the program and open a previously saved file from the Windows Start Menu or from the program icon pinned to the Windows Taskbar (Figure 1).
Find the program icon in the Windows Start Menu and hover the mouse cursor over the icon. Previously saved files will appear in a popup. Click on the file you want to open.
To pin the program icon to the Windows Taskbar, start the program from the Windows Start Menu. The program icon will appear on the Windows Taskbar. Position the mouse cursor over the icon, then right-mouse click. "Pin to Taskbar" will appear in the context menu.
Once you have the program icon pinned to the Windows Taskbar, right-mouse click on the icon and a list of previously saved files will appear. Click on the file you want to open.
You can start the program by a Windows batch file (.Bat file extension). You can run it by double clicking on the Bat file in Windows Explorer. The batch file can be placed in any convenient folder.
If you want the program to start automatically when the Computer boots (starts), do the following:
You can pass the following parameters to the program via the batch file.
Create a batch file with any name and with a .bat file extension. The contents of the file will be in the format of one of the Valid Options below.
Optional - Once the batch file is created you can make a Shortcut Icon to put on the Windows Desktop or pin to the Windows Start Menu. In Windows File Explorer (or other file manager), right-mouse click on the BAT file and pick "Create shortcut" from the context menu. You can then drag the Shortcut icon to the Windows Desktop or pin it to the Windows Start Menu.
There are two sample batch files in the folder where the program was installed: 1) Run-in-TESTMODE.bat 2) Run-With-CuelistFile.bat
Editing files in the program install folder is not recommended. Copy them to a work folder if you want to edit them. After copying the bat file, add the full folder path to the exe file name. Enclose the file path in double quotes (required when there are spaces in the path string).
Example: "C:\Program Files\Breakthru Software\RemoteMediaMgr\RemoteMediaMgr.exe" "C:\MyCuelists\CuelistFile.xml"
).