|
Hello! I am pretty new to KixTart so any help would be greatly appriciated. Currently we are having Kix set default printers for our citrix/terminal server users during the login process while at the same time a batch file runs mapping the users drives etc.. I wish to eliminate the batch files completely and have Kix handle everything, so I have put the "use" statements in the Kixparms.kix and everything is working great for the drive mappings. with the exception of one snag that I have been beating my head against the wall for the past week. Currently in the batch file (or old login script) I have this statement..
if %username% equ cwieland goto Step0200 goto End :Step0200 net use J: \\server\share goto End
How do I make kix do the same thing that the batch file is doing for individual users?
Thank You, Chad Wieland
|