【发布时间】:2024-05-20 04:40:02
【问题描述】:
@ECHO OFF
:Start
SET /P Enter user name:
SET /P Enter Password:
SET /P Enter age:
SET /p Enter Passeword:
对于上面给出的 .bat 文件。如何使用 PYTHON 传递参数
我想编写调用批处理文件并在批处理文件中传递所需参数的 Python 自动化脚本
【问题讨论】:
标签: python-2.7 batch-file