{"id":18770816,"url":"https://github.com/rasa/mklnk","last_synced_at":"2026-01-26T23:41:46.745Z","repository":{"id":27505693,"uuid":"30986147","full_name":"rasa/mklnk","owner":"rasa","description":"Make .lnk files","archived":false,"fork":false,"pushed_at":"2015-05-21T03:59:08.000Z","size":244,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-21T00:35:42.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rasa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-18T20:48:35.000Z","updated_at":"2015-04-13T04:00:36.000Z","dependencies_parsed_at":"2022-09-02T09:01:35.569Z","dependency_job_id":null,"html_url":"https://github.com/rasa/mklnk","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/rasa/mklnk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasa%2Fmklnk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasa%2Fmklnk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasa%2Fmklnk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasa%2Fmklnk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rasa","download_url":"https://codeload.github.com/rasa/mklnk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasa%2Fmklnk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28791323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T19:21:39.740Z","updated_at":"2026-01-26T23:41:46.729Z","avatar_url":"https://github.com/rasa.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mklnk [![Flattr this][flatter_png]][flatter]\r\n\r\nMake .lnk files.\r\n\r\n## Usage\r\n\r\n````\r\nmklnk [options] target.exe [link.lnk]\r\n\r\n target.exe   Name of target, use quotes if it contains spaces\r\n link.lnk     Name of link, use quotes if it contains spaces\r\n              Default is to use the target's name\r\n\r\nOptions (defaults in parentheses):\r\n-l | --link-name version_info  Use 'version_info' data in target.exe for the\r\n                               link name: ProductName, FileDescription, etc.\r\n-a | --arguments \"arg1 arg2\"   Command arguments if any, use quotes if needed\r\n-c | --comment   \"a comment\"   Link comment, use quotes if needed (none)\r\n-d | --directory               Startup directory for shortcut (none)\r\n-s | --show                    Show: 1/normal, 2/maximized, 7/minimized (1)\r\n-i | --icon      ex.ico        .ico or .dll containing icon to display\r\n                               (default is to use icon 0 in target.exe)\r\n-n | --icon-no   index         Integer index of icon in icon file (0)\r\n-t | --target-directory dir    Create link in directory 'dir' (.)\r\n-v | --version                 Show version and copyright and quit\r\n-? | --help                    Show this help message and quit\r\n````\r\n\r\n## Examples\r\n\r\n````batch\r\nmklnk -a \"%HOMEDRIVE%%HOMEPATH%\" %SystemRoot%\\system32\\cmd.exe \"Command Prompt\"\r\nmklnk -a \"--login -i\" -i C:\\cygwin\\cygwin.ico -s7 C:\\cygwin\\bin\\bash.exe \"Bash\"\r\n\r\nmklnk -a /e,\"%USERPROFILE%\\Desktop\" c:\\windows\\explorer.exe \"%USERPROFILE%\\Application Data\\Microsoft\\Internet Explorer\\Quick Launch\\Desktop\"\r\nmklnk -a \"%USERPROFILE%\\My Documents\\todo.txt\" c:\\windows\\system32\\notepad.exe \"%USERPROFILE%\\Start Menu\\Programs\\Startup\\To Do List\"\r\n\r\nrem create a link named \"Windows Backup Utility.lnk\":\r\n\r\nmklnk -l FileDescription c:\\windows\\system32\\ntbackup.exe\r\n````\r\n\r\n## Verify a Release\r\n\r\nTo verify a release, download the .zip, .sha256, and .asc files for the release \r\n(replacing mklnk-1.4-win32.zip with the release you are verifying):\r\n\r\n````\r\n$ wget https://github.com/rasa/mklnk/releases/download/v1.4/mklnk-1.4-win32.zip{,.sha256,.asc}\r\n````\r\n\r\nNext, check that sha256sum reports \"OK\":\r\n````\r\n$ sha256sum -c mklnk-1.4-win32.zip.sha256\r\nmklnk-1.4-win32.zip: OK\r\n````\r\n\r\nLastly, check that GPG reports \"Good signature\":\r\n\r\n````\r\n$ gpg --keyserver hkps.pool.sks-keyservers.net --recv-key 0x105a5225b6ab4b22\r\n$ gpg --verify mklnk-1.4-win32.zip.asc mklnk-1.4-win32.zip\r\ngpg:                using RSA key 0xFF914F74B4BB6EF3\r\ngpg: Good signature from \"Ross Smith II \u003cross@smithii.com\u003e\" [ultimate]\r\n...\r\n````\r\n\r\n## Contributing\r\n\r\nTo contribute to this project, please see [CONTRIBUTING.md](CONTRIBUTING.md).\r\n\r\n## Bugs\r\n\r\nTo view existing bugs, or report a new bug, please see [issues](../../issues).\r\n\r\n## Changelog\r\n\r\nTo view the version history for this project, please see [CHANGELOG.md](CHANGELOG.md).\r\n\r\n## License\r\n\r\nThis project is [MIT licensed](LICENSE).\r\n\r\n## Contact\r\n\r\nThis project was created and is maintained by [Ross Smith II][] [![endorse][endorse_png]][endorse]\r\n\r\nFeedback, suggestions, and enhancements are welcome.\r\n\r\n[Ross Smith II]: mailto:ross@smithii.com \"ross@smithii.com\"\r\n[flatter]: https://flattr.com/submit/auto?user_id=rasa\u0026url=https%3A%2F%2Fgithub.com%2Frasa%2Fmklnk\r\n[flatter_png]: http://button.flattr.com/flattr-badge-large.png \"Flattr this\"\r\n[endorse]: https://coderwall.com/rasa\r\n[endorse_png]: https://api.coderwall.com/rasa/endorsecount.png \"endorse\"\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasa%2Fmklnk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frasa%2Fmklnk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasa%2Fmklnk/lists"}