4 lines
164 B
Batchfile
4 lines
164 B
Batchfile
@echo off
|
|
cd /d "C:\Users\admin\Downloads\Finance-Control-main\finance-control"
|
|
"C:\Users\admin\AppData\Local\Programs\Python\Python310\python.exe" main.py
|
|
pause |