https://github.com/txchen/guilauncher
a tiny launcher to create shortcut in windows
https://github.com/txchen/guilauncher
Last synced: 10 months ago
JSON representation
a tiny launcher to create shortcut in windows
- Host: GitHub
- URL: https://github.com/txchen/guilauncher
- Owner: txchen
- License: mit
- Created: 2013-08-29T17:22:12.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T05:34:46.000Z (almost 11 years ago)
- Last Synced: 2025-06-20T17:51:58.913Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gui Launcher
===========
This tiny program can help you to create launcher in windows.
It simply reads the .ini file and create the process, that's it.
### Usage
For example, if you want to create a shortcut for sublime_text as 'st':
1. build the code or grab the binary from release
2. change the file name to st.exe and st.ini
3. change the content of st.ini, point the exe value to your sublime_text's location
4. copy st.exe and st.ini to windows directory. Done