busimus / cutelog

GUI for logging
MIT License
479 stars 45 forks source link

Feature request: Remove the console #26

Closed ba361006 closed 1 year ago

ba361006 commented 2 years ago

Hi there! Is there any way to remove the console window?

image

busimus commented 2 years ago

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.