Automaticly approving RDWorks dialogs when uploading a file to the laser cut machine.
python -m venv env
.\env\Scripts\Activate.ps1
pip install pywinauto auto-py-to-exe
pyinstaller --noconfirm --onedir --windowed C:\rdworks_hack\rdworks_hack.py
# or auto-py-to-exe
auto-py-to-exe
settings -> import conf -> auto_py_to_exe.json
click on convert py to exe
right click on -> C:\rdworks_hack\output\rdworks_hack\rdworks_hack.exe -> Properties -> run_as_administrator
create a shortcut of rdworks_hack.vbs in %AppData%\Microsoft\Windows\Start Menu\Programs\Startup
A.E.TECH