简体   繁体   English

如何使用Windows bash脚本使用我的用户名和密码打开网站

[英]how to use windows bash script to open a website with my username and password

我喜欢编写Windows bash脚本test.bat来打开一个网站,说www.test.com并同时提供我的用户名和密码。

you can use autohotkey (http://www.autohotkey.com/) to create a script to open website and enter your username/password. 您可以使用autohotkey(http://www.autohotkey.com/)创建脚本来打开网站并输入用户名/密码。 You can call the script from a .bat file (or even from bash). 您可以从.bat文件(甚至从bash)调用脚本。 I did not understand why you want to use bash on windows. 我不明白为什么要在Windows上使用bash。

AutoIt是一种易于编写的脚本语言,对此非常有用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用安全的HTTP(https)打开我的网站? - How to open my website with secure http (https)? 使用ASIHTTPRequest的“用户名”和“密码”属性是否安全? - Is it safe to use the “username” and “password” property of ASIHTTPRequest? 如何使用Jsoup登录我的大学网站? - How to use Jsoup to login my university website? 如何使用HTTP-GET连接输入用户名和密码进行访问API - How to use HTTP-GET connect with input username and password for access API 使用 Java 脚本和 C++ 使用用户名和密码登录的 POST HTTP 请求 - POST HTTP request to login with username and password with Java script and c++ 用户如何通过用户名和密码传递API密钥? - How users pass API key with their username and password? 如何在授权字段中传递用户名和密码? - How to pass username and password in authorization field? 如何通过用户名和密码访问安全区域 - how to access a secure area passing username and password 如何从网站获取XML并通过代码或脚本将其放在我的Web服务器上 - how to get XML from a website and put it on my webserver by code or script 使用我的用户名和密码创建一个JSON格式的文本文件吗? - Create a JSON-formatted text file with my username and password?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM