-
Notifications
You must be signed in to change notification settings - Fork 647
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
❓[Question] bash脚本路径 = 可以是bat或者python吗? windows环境这里具体要什么格式? #771
Comments
Title: ❓[Question] Can the bash script path = be bat or python? windows windows What specific format is required for the environment?
|
这个代码是执行bash的,现在只在linux下执行,你要是用python直接执行源码的话就可以在这填想执行的东西
|
This code is for executing bash. It is only executed under linux now. If you use python to execute the source code directly, you can fill in the things to be executed here.
|
感谢解答, 请问有什么办法能支持win环境下录制完成后执行bat或者python吗,感谢 |
Thanks for the answer. Is there any way to support the execution of bat or python after recording is completed in the win environment? Thanks |
你要是会python的话在这行附近加上自己的代码不就好了,bat的话就加上一行subprocess.run('C:\你的路径.bat') |
If you know python, just add your own code near this line. If you use bat, add a line of subprocess.run('C:\your path.bat') |
感谢老板点播, 好人一生平安 |
Thanks to the boss for the on-demand broadcast, good people may live a safe life |
已支持python脚本,bat或者bash脚本,在config.ini中进行配置
|
Already supported python script, bat or bash script, configure in config.ini
|
@ihmily 希望可以把脚本配置示例加入Readme🙇♂️ |
@ihmily hopes to add script configuration examples to Readme🙇♂️ |
🔧 运行方式
直接运行的exe文件
🐍 如果是使用源代码运行,请选择你的Python环境版本
None
💻 请选择你的系统环境
Windows 10
🤔 问题详情
bash脚本路径 =
windows环境如何在直播录制后执行bat或者python? 看配置文件只支持linux下执行任务后的bash, 请问win如何在录制后执行脚本? 谢谢
感谢
The text was updated successfully, but these errors were encountered: