mmoalem Posted March 30, 2016 Share Posted March 30, 2016 hi - noobie to autoit so please forgive me if this is a very basic question I would like to run a specific profile instance of chrome at regular schedule I have created desktop shortcut for the profile from which I have extracted this line "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --profile-directory="Profile 21" but RUN("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --profile-directory="Profile 21") doesnt work... any idea of how to get this working? or can I run a shortcut? Link to comment Share on other sites More sharing options...
Developers Jos Posted March 30, 2016 Developers Share Posted March 30, 2016 Try: RUN('"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --profile-directory="Profile 21"') Jos mmoalem 1 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. Link to comment Share on other sites More sharing options...
mmoalem Posted March 30, 2016 Author Share Posted March 30, 2016 thanks that worked. Link to comment Share on other sites More sharing options...
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