Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

hide cmd window? #188

Open
jkamigod opened this issue Jun 28, 2021 · 2 comments
Open

hide cmd window? #188

jkamigod opened this issue Jun 28, 2021 · 2 comments

Comments

@jkamigod
Copy link

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

@xioto
Copy link

xioto commented Aug 6, 2021

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

@FreshImmuc
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants