Jump to content

Recommended Posts

Posted

Hello All,

I have a script that I need to allow us to run software as admin on a Limited user account. The script complies and when ran on the admin side of the pc it works without a problem. When tested on the user side it gives error: Line# Incorrect Number of Parameters in function call. Can anyone help me fix this?

(each Administrator is just a place holder for correct information)

If IsAdmin() Then
    RunWait("C:Fleets.exe")
ElseIf RunAs("Administrator", @ComputerName, "password") Then
    RunAsWait("Administrator", "password", "0", "C:Fleets.exe")
ElseIf RunAs("Administrator", @ComputerName, "password") Then
    RunAsWait("Administrator", "password","0", "C:Fleets.exe") 
ElseIf RunAs("Administrator", @ComputerName, "password") Then
    RunAsWait("Administrator", "password","0", "c:Fleets.exe")
EndIf
 
Thanks,
 
Posted

Can you post the complete error message (including line number) you get?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

there is no way this script would compile, the Run...() functions have mandatory parameters which you omit.

or did you find a way to configure SciTe to ignore such errors when compiling?

Signature - my forum contributions:

  Reveal hidden contents

 

Posted

Error is: line 3 (FileTest.exe)

Error:Incorrect Number of Parameters in Function Call

The script complies without a problem, but just wont work on a limited user side. Is there another way to make this script work?

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
  • Recently Browsing   0 members

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