[1033] Run the batch file of the PyQt GUI, but don't show the CMD
I built a GUI layout using PyQt, and I run the Python file with a .bat file. However, this method initially displays the CMD window before showing the program's main window, which looks a bit odd. To prevent or minimize the CMD window from appearing, follow these steps:
- Right-click the
.batfile and selectCreate shortcut - Right-click the
shortcutand chooseProperties - Under the
Shortcuttab, change theRunoption toMinimized


