Jump to content

Problem running program off mapped drive with admin rights


giggity
 Share

Recommended Posts

DriveMapDel("S:")

DriveMapAdd("S:", "\\share\hms", 0, "domain\user", "pass")

RunAsSet("administrator","domain","password")

RunWait("S:\program.exe","S:\")

RunAsSet()

This only works if I take out the RunAsSet statments, if I comment them out, the script runs under my local admin account just fine. If I run the script above as is then I get "The system cannot find the path specified." Any help would be appreciated. program.exe is a compiled autoit script, I'm not sure if that makes a difference.

Edited by giggity
Link to comment
Share on other sites

  • Developers

The mapped drive isn't there for RunAs Account.

Use the UNC or copy the file to the local drive before running it .

:)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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...