Open YAAASSS opened 4 weeks ago
i've gone another way.
make a batch file like "miner.bat" with simple lines:
@echo
start run.py
echo off
then i used a tool named "Bat_To_Exe_Converter". for me it works fine. ^^
i've gone another way.
make a batch file like "miner.bat" with simple lines:
@echo start run.py echo off
then i used a tool named "Bat_To_Exe_Converter". for me it works fine. ^^
Does it run in background with no cli open ?
i've gone another way. make a batch file like "miner.bat" with simple lines:
@echo start run.py echo off
then i used a tool named "Bat_To_Exe_Converter". for me it works fine. ^^
Does it run in background with no cli open ?
you can simply add to the batch start "" /min
- switch to run minimized.
BETTER Way to run it "hidden" using pythonw.exe instead of the standard python.exe.
Save the program with a .pyw extension and now it will open with pythonw.exe. No shell window.
For example, if you have run.py, you need to rename it to run.pyw.
You can go even further using NSSM or the like and turn it into a service so it automatically runs at startup.
Is your feature request related to a problem?
Hey, i tried to compile the run.py into an exe with pyinstaller. It doesn't seem to work because a missing "codes.txt" file. Could you guys help me with that ?
Thanks
Proposed solution
add a codes.txt in dir
Alternatives you've considered
No response
Additional context
No response