cutelog
cutelog copied to clipboard
Feature request: Remove the console
Hi there! Is there any way to remove the console window?
One way is to run it from another console using the cutelog
command. But if you want something double-clickable with no console at all, then my only idea is to create a cutelog.vbs
script with this line:
CreateObject("Wscript.Shell").Run "D:\Tools\Coding\Python\Scripts\cutelog.exe",0,True
There's probably a better way, but I'm not very familiar with Windows.