how to use windows bash script to open a website with my username and password
I like to write a windows bash script, te开发者_如何学Pythonst.bat to open a website, say www.test.com and provide my username and password at the same time.
you can use autohotkey (http://www.autohotkey.com/) to create a script to open website and enter your username/password. You can call the script from a .bat file (or even from bash). I did not understand why you want to use bash on windows.
AutoIt is an easy to write scripting language that would be great for this.
精彩评论