cutelog icon indicating copy to clipboard operation
cutelog copied to clipboard

Feature request: Remove the console

Open ba361006 opened this issue 2 years ago • 1 comments

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

image

ba361006 avatar Jul 02 '22 06:07 ba361006

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.

busimus avatar Jul 02 '22 07:07 busimus