You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.
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
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
The text was updated successfully, but these errors were encountered: