mahjohn
(Fresh Scripter)
2009-11-18 11:18 PM
Set User Environment Variable

I need to set a User variable and then launch an application. I really don't want each user on my WTS setting their own variable, and I'm looking for some scripting help to accomplish this.
much appreciated...


Richard H.Administrator
(KiX Supporter)
2009-11-19 10:24 AM
Re: Set User Environment Variable

Use SET, SETL or SETM to set the variable, then use SHELL to launch the app.

TBH, if that's all you need, a batch file would suffice.


mahjohn
(Fresh Scripter)
2009-11-19 04:25 PM
Re: Set User Environment Variable

thanks...i was able to get it set with a batch file, some programs just don't play well on a WTS.