EasyRP
EasyRP copied to clipboard
hide cmd window?
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
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
@jkamigod just press WIN + TAB and then drag your EasyRP window into another "Desktop"