Thank you Cmarti!

THe only thing left now is for me to figure out how to do the following in Kixtart from my above Winframe section.

If not Exist R:\DUsrData\%USERNAME% md R:\DUsrData\%USERNAME%
SUBST N: R:\DUsrData\%USERNAME%

My R: drive (on Citrix) is my data drive. The above lines creates a user directory under R:\DUsrdata (if one does not exist) and then maps that User directory to be the N: drive. (hence the dictionaries copy to N: later in the script).

You helped me a ton already! If you do not have time to help me with this last part do not worry about it. I will just keep trying. Your the best!