Jump to content

Recommended Posts

  • Developers
Posted

---  or simply use it like this to set the workingdirectory to the target program directory:

RunWait(@ComSpec & ' /c "C:\Program Files (x86)\NordVPN\nordvpn -c"',"C:\Program Files (x86)\NordVPN\nordvpn")

Jos

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

Posted
Just now, Subz said:

Try using & between lines for example:

RunWait(@ComSpec & ' /c c: & cd "C:\Program Files (x86)\NordVPN" & nordvpn -c')

Thanks  Subz ! it working . ! THanks you . love you "
Have a nice day  Subz

 

xxxxxxxxxxx

Posted

 

Just now, Jos said:

---  or simply use it like this to set the workingdirectory to the target program directory:

RunWait(@ComSpec & ' /c "C:\Program Files (x86)\NordVPN\nordvpn -c"',"C:\Program Files (x86)\NordVPN\nordvpn")

Jos

Thanks you i have a answer with "&" . Thanks you

xxxxxxxxxxx

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
×
×
  • Create New...