[Opensim-users] OpenSimulator and regional settings
Marck
marck00 at nexgo.de
Tue Jul 20 19:40:39 UTC 2010
Thanks for the hint. Unfortunately, I am not able to start OpenSim.exe directly with
runas /user:DOMAIN\ACCOUNT "PATH TO OpenSim.EXE"
To make it work, I am required to use a batch script and call that script with "runas". Could this be a specialty with .NET applications? (Just in case this might be a useful info for explaining this: I am using Windows XP Home SP 3, 32 bit.)
The batch script I use looks like this:
@echo off
cd /d C:\OpenSim\bin
OpenSim
j_jamesk wrote:
>
> Just to add to this, you could create a shortcut on your desktop and for the
> target use:
>
> runas /user:DOMAIN\ACCOUNT "PATH TO EXE"
> Example: runas /user:home\james "c:\opensim\opensim.exe"
>
> So in future you can just double click your icon and it does the "run as"
> automatically for you.
>
>
> -----Original Message-----
> From: opensim-users-bounces at lists.berlios.de
> [mailto:opensim-users-bounces at lists.berlios.de] On Behalf Of Marck
> Sent: 20 July 2010 11:14
> To: opensim-users at lists.berlios.de
> Subject: Re: [Opensim-users] OpenSimulator and regional settings
>
> Thank you for this idea. It works great. I added a related info to the
> OpenSimulator wiki at http://opensimulator.org/wiki/Dependencies
>
> j_jamesk wrote:
>> Not sure if this would work but what about create a windows user account
>> with the correct environmental settings then using the "run as" to run the
>> opensim.exe as that user
>>
>> James
>>
>> -----Original Message-----
>> From: opensim-users-bounces at lists.berlios.de
>> [mailto:opensim-users-bounces at lists.berlios.de] On Behalf Of Marck
>> Sent: 19 July 2010 15:58
>> To: opensim-users at lists.berlios.de
>> Subject: [Opensim-users] OpenSimulator and regional settings
>>
>> An issue reported in Mantis
>> (http://opensimulator.org/mantis/view.php?id=4877) made me aware of the
>> requirement to run OpenSimulator with English regional settings (in
>> particular, the decimal point must be an actual point, which is not the
> case
>> for many non-angloamerican countries). I know how to do this for
> particular
>> applications on Linux (it is also mentioned in that issue report).
>>
>> On Windows, I do not want to switch my whole environment to a foreign
>> regional setting just for OpenSimulator. How do I change this setting for
> a
>> single application only?
More information about the Opensim-users
mailing list