application needs to write to windows directory

G

Guest

Hi

We just setup a win 2000 server and are slowly upgrading our users to XP.

The problem we have is an old application needs to write to a .ini file in the windows directory but the domain users do not have security to do this. What would be the best way to give them write access to this .ini file without giving them any other permissions.

Thanks
 
K

Katherine Coombs

it depends on exactly what the application is looking to do. If the .ini
file already exists, I don't see why you wouldn't just alter the file
permissions on that particular file.

If the application needs to create the ini files, then the situation would
be an extra step. You'd need to logon as a local admin and then run the
application so that it creates the required .ini file and then alter the
file permissions on that .ini file.

HTH,
Katherine

KN said:
Hi

We just setup a win 2000 server and are slowly upgrading our users to XP.

The problem we have is an old application needs to write to a .ini file in
the windows directory but the domain users do not have security to do this.
What would be the best way to give them write access to this .ini file
without giving them any other permissions.
 
G

Guest

Thanks for your reply

The file already exists it just needs to write to the .ini file when it starts up.

Would it be possible to do this from the server? If so how? I do not want to have to set down at each desk top and change file permissions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top