EasyRP icon indicating copy to clipboard operation
EasyRP copied to clipboard

hide cmd window?

Open jkamigod opened this issue 3 years ago • 2 comments

you can't do to hide the cmd window, and it will be closed by task manager I got this code that works with another RP

Set WshShell = CreateObject ("WScript.Shell") WshShell.Run chr (34) & "start_program.bat" & Chr (34), 0 Set WshShell = Nothing

Or you can make it hide and place in a minini icon on the taskbar

jkamigod avatar Jun 28 '21 15:06 jkamigod

To hide any sort of program, including CMD, I would recommend RBTray. You just need to start it and right-click the minimize button of the program you want to send to the tray. Download

xioto avatar Aug 06 '21 13:08 xioto

@jkamigod just press WIN + TAB and then drag your EasyRP window into another "Desktop"

FreshImmuc avatar Sep 30 '21 18:09 FreshImmuc