关闭控制台后执行python指令

时间:2019-02-05 16:18:42

标签: python windows console

我想编写一个Python脚本,该脚本将在PC启动且无法识别用户时执行一些说明。

PC启动时,批处理文件(我在Windows 7上)启动Python脚本,该脚本要求输入密码。如果用户关闭询问密码的Python控制台,我希望Python在完全关闭窗口之前执行最后一个功能。

模型波纹管上有什么东西,但是不起作用。

try:
    # ask for the password
except:
    # do the thing I want (not executed when the console is closed unfortunatelly)

预先感谢

SLP

1 个答案:

答案 0 :(得分:0)

使用python ejecution制作批处理脚本,并指定是否输入密码(如果输入了密码),然后检查pivot_table变量,如果该变量与退出代码相对应则表示已输入密码。