VodkaDiva Posted March 16, 2020 Posted March 16, 2020 (edited) It ok ! thanks everybody. AD can removew topic for me ? thansk you Edited March 17, 2020 by VodkaDiva xxxxxxxxxxx
Subz Posted March 16, 2020 Posted March 16, 2020 (edited) Try using & between lines for example: RunWait(@ComSpec & ' /c c: & cd "C:\Program Files (x86)\NordVPN" & nordvpn -c') Edited March 16, 2020 by Subz
Developers Jos Posted March 16, 2020 Developers Posted March 16, 2020 --- 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.
VodkaDiva Posted March 16, 2020 Author Posted March 16, 2020 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
VodkaDiva Posted March 16, 2020 Author Posted March 16, 2020 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now