UEINIDIR

General and specific configuration/INI settings

UEINIDIR

Postby boxenberg » Tue Aug 08, 2006 4:15 pm

Hello,
I am trying to get UE32 working in Terminal Server (no Citrix) and am having issues with the uedit32.ini file where configuration settings are not being preserved on a per user basis.
According to the online help, the UEINIDIR environment variable appears to be the method of choice for my scenario, but I am not quite clear on how to configure the value for this environment variable.
Would someone please elaborate in specific detail how this can be accomplished?
Thanks!
User avatar
boxenberg
Newbie
 
Posts: 1
Joined: Mon Aug 07, 2006 11:00 pm

Re: UEINIDIR

Postby Mofi » Wed Aug 09, 2006 6:46 am

If you have all UltraEdit configuration files in the directory F:\Temp\Test Dir With Space simply give UEINIDIR variable this value

set UEINIDIR=F:\Temp\Test Dir With Space

You can also add a \ at the end so following will also work.

set UEINIDIR=F:\Temp\Test Dir With Space\

In this directory the uedit32.* files and additionally since v11 also the *.mfg, *.pfg and *.tfg should exist.

Well, you cannot set the UEINIDIR with the DOS command set because this would set the variable for the current command shell only and not for whole system. You have to specify it either in Autoexec.bat for Win9x or at Settings - Control Panel - System - Advanced - button Environment Variables - section System Variables for all other Windows OSes. You need to restart Windows after specifying the variable!
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4055
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna


Return to Configuration/INI Settings