Jump to content

Run With Arguments


MDCT
 Share

Recommended Posts

Dear all,

I have problem to convert this command to AutoIt:

Loaddrv "GiveIO" "D:\Tools\Temperature\SpeedFan\Giveio.sys"

It needs double quote for the location of Giveio.sys.

The Autoit script is in the SpeedFan directory (same directory with Loaddrv.exe and Giveio.sys) so I want to change it with @ScriptDir, that way it allows me to run it in different location without changing the location first.

I tried the code below and its modifications with no luck:

Run("loaddrv.exe GiveIO" & @ScriptDir & "\Giveio.sys")

Please someone help, any help would be appreciated.

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