Open website(facebook/gmail) with username and password

3 views (last 30 days)
Hello Everyone,
I was looking for a way to launch a website with username and password.
I want to launch a website (for example facebook) with username and password. Is there any command for that?
I used the following command to launch a website:
dos('start www.facebook.com');
But then I have to manually enter username and password. Does matlab have any command to do this?
I tried the following command to get access but it doesn't work:
dos('net use www.facebook.com /user:user pass');
Any help is greatly appreciated.
Nirav

Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!