Jump to content

Permission issues


Paedric
 Share

Recommended Posts

I have a script that create a batch file in a different folder, then run it.

However, it would seem that on windows vista/7, when this folder is in the program files, the program can't create those files at all.

It seems like a permission issue, so I looked around a bit, and saw that there was a command that makes the script use UAC. I tried it, but no luck.

I know the script works, because it's flawless on my computer, but it does not work on everyone's.

Can anyone please help me with this?

Link to comment
Share on other sites

As you stated, it's a permissions issue. If you are logged on as an LUA user, you probably won't be able to create any folders or files in the Progra Files directory. Try using RunAs for elevated premissions, or #RequireAdmin at least.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...