To modify Lite, open TMSSLite.cfg
in a plain text editor such as Notepad.
TMSSLite.cfg can be found in the TapeTrack/Lite install directory (default C:\Program Files\TapeTrack\TapeTrack Lite
).
Block quotes look like /* */, anything between these characters are treated as comments and not code.
Anything after the characters // are treated as comments and not code for that line.
Locate the section variables
Remove comment tags /* & */ from above and below variables.
Change the line of code
TMSSLEVELNAMES = “A,B,C”;
to
TMSSNOLEVELSLOT = “true”;
and save file.