嗨,我想写一些脚本来做一些自动机,选择是我可以使用Windows BAT
还是Python/Perl
,哪个更好?为简单起见。
例如,我想以固定的时间间隔执行以下命令来禁用/启用 WLAN 接口卡:
netsh interface set interface name="Wi-Fi 2" admin=disabled
netsh interface set interface name="Wi-Fi 2" admin=enable
嗨,我想写一些脚本来做一些自动机,选择是我可以使用Windows BAT
还是Python/Perl
,哪个更好?为简单起见。
例如,我想以固定的时间间隔执行以下命令来禁用/启用 WLAN 接口卡:
netsh interface set interface name="Wi-Fi 2" admin=disabled
netsh interface set interface name="Wi-Fi 2" admin=enable