Product icon Help book icon Matrix Mic & Player : User's Guide

Program Start-Up by Batch File

Overview

You can start the program by using a Windows Batch File (.Bat file extension). You can run it by double clicking on the Bat file in Windows Explorer or by adding the file to your Windows Startup folder which will make it run automatically when you boot the computer. The batch file can reside in any convenient folder.

Passing Parameters

You can pass the following parameters to the program via the batch file.


Parameters:
  1. No Parameters - If no Parameters are passed, it will simply start the program with no Soundlist loaded. (Syntax Option #1 below)
  2. Playlist filename - This target Playlist will be opened on program start-up. Must include the full folder path and drive letter of the file. Enclose the filename in double quotes (") if the filename or folders contain space characters (blanks). (Syntax Option #2 below)
  3. TESTMODE - You can start the program in 'TestMode' if you are experiencing a problem but no error messages are being produced. This can sometime detect errors in the codecs layer or Windows audio system. Use the word "NoPlaylist" as the first parameter. Only do this for testing since there is performance overhead. (Syntax Option #3 below)

Syntax

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.


Valid Options
  1. MatrixMic.exe
  2. MatrixMic.exe PlaylistName
  3. MatrixMic.exe NoPlaylist TESTMODE

Real Example

Listing 1: Note the use of full folder paths and double quotes when spaces exist in folder paths. Your MatrixMic.exe folder location may differ from the example below.

Listing 1. Batch file contents
"C:\Program Files\Breakthru Software\Matrix Mic & Player\MatrixMic.exe" "C:\Users\YourWinId\Documents\Matrix Mic & Player\Slipstream.M3U"
or for test mode...
"C:\Program Files\Breakthru Software\Matrix Mic & Player\MatrixMic.exe" NoPlaylist TESTMODE