A tool to help you manage your console applications.
Just go to the release page and download the binary files
You can create a file named ConsoleHubAutoRun.txt (Encoding: UTF-8) in the same directory as that of ConsoleHub.exe with commands line by line, then ConsoleHub will execute them automatically when starting.
Special Commands (case insensitive):
- *delay [milliseconds]
Example:
cmd /k echo a
# This is a comment
*delay 1200
cmd /k echo b
cmd /k echo c
Use the command line argument --tray
(or /tray
, -tray
)