Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

一键登录 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions JLU.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@echo off
chcp 936

:: path for python27
set py=C:\Python27\python.exe
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不要用绝对路径,请想办法获取到PATH中python的安装路径,或者提供交互式的界面设置python的路径。

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ly0 只是一个简单实现~~有时间,可以慢慢包装~

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

加油
image

:: path for newclient.py
set login=C:\Python27\newclient.py
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

如果要做成one-click式的脚本,请提供以下的功能

  1. 自动下载最新的 newclient.py
  2. 有交互式界面来配置脚本
  3. 脚本和 newclient.py 需要是一个文件。

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

做个docktray嘛


title=JLU login client
color 71
%py% %login%