Jump to content

%ProgramFiles% Command for Autoscript?


Recommended Posts

Im trying to run a program when u start the autoitscript but since some people have C Drives and D drives even F Drives, the prorgam i want to launch might be on any of those

In vb.net

this is how you would do it

Dim reg

reg = My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\SOFTWARE\K2 Network\War Rock", "install path", "")

Shell(reg & "\System\WarRock.exe 0 0")

How would i do it in Autoscript?

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