Ejemplo 1: Python ejecuta un archivo bat
import subprocess
subprocess.call([r'C:ExampleForALocationScript.bat'])
Ejemplo 2: Python ejecutar archivo por lotes
import subprocess
subprocess.call([r'path where the batch file is storedname of the batch file.bat'])
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)