Last active
September 18, 2023 06:57
-
-
Save lxfly2000/e51d1185f08b6afdeec34031d87965b8 to your computer and use it in GitHub Desktop.
需要先安装 auto-editor (https://github.com/WyattBlue/auto-editor ),然后把脚本放到SendTo文件夹
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
if "%~1"=="" ( | |
echo 未指定文件。 | |
goto :eof | |
) | |
py -m auto_editor %1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment