From 71932e321e809bd679275bf10ec92eac781638cc Mon Sep 17 00:00:00 2001 From: Matthew <1206260658@qq.com> Date: Sat, 5 Nov 2016 10:21:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=94=AE=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 每次登陆校园网操作多步很麻烦,写了个bat文件,window用户可以放在桌面上,每次一键登陆。 --- JLU.bat | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 JLU.bat diff --git a/JLU.bat b/JLU.bat new file mode 100644 index 0000000..6e942ce --- /dev/null +++ b/JLU.bat @@ -0,0 +1,11 @@ +@echo off +chcp 936 + +:: path for python27 +set py=C:\Python27\python.exe +:: path for newclient.py +set login=C:\Python27\newclient.py + +title=JLU login client +color 71 +%py% %login%