Jump to content

run a specific chrome profile


Recommended Posts

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

  • Developers

Try:

RUN('"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --profile-directory="Profile 21"')

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

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