Skip to content

A C++ Win32 application that provides a tray icon to let you easily access and launch scripts on windows.

License

Notifications You must be signed in to change notification settings

gssjr/TrayScriptLauncher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TrayScriptLauncher

A C++ Win32 application that provides a tray icon to let you easily access and launch scripts on windows.

ONLY VALID FOR WINDOWS

Building should be very simple as everything the project relies on is included in the repo (header files for boost property tree, etc). Open it in visual studio and build it.

The icon and the menu layout xml file gets copied into the executable directory when you build. You can edit these files with out needing to recompile as the asset is picked up and used in runtime.

Edit the ScriptMenu.xml to add scripts. The current one is a simple example showing how to nest menu and run scripts.

About

A C++ Win32 application that provides a tray icon to let you easily access and launch scripts on windows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%