Hi gang I am pretty new to using kixtart. I have a .kix file I am trying to clean and or get working. My first question is what does $M = mean? For example I have

? $MyIP
select
case $IP2 = 10
;? "Shipping"

case $IP2 = 20
;? "Education"

if $m = "AIO-WTH-GRADE-02" or $l = "PRO-FEVANS"
use Y: "\\nas6\Notebook 0910$"

I would assume that $m = the name of the PC correct? What my goal is to set network drive mapping shares based on computer name or better yet partial computer names. Any examples or info on how to do this would be great appreciated. Thanks in advance!