ifms-conselho/start_conect.bat

10 lines
203 B
Batchfile
Raw Permalink Normal View History

2023-03-08 14:40:06 +00:00
cd "C:\Users\USUARIO\Desktop\connect_2022_1"
start chrome "192.168.100.10"
start cmd "C:\Users\USUARIO\Desktop\connect_2022_1"
:retorno
python connect.py
timeout /t 5 /nobreak
cls
goto retorno