cmdtool

cmdtool is a tool for adding shortcuts for applications and files so they are able to be opened from Windows “Run” dialog using short names (“Run” dialog can be opened from Start menu or using Win + R hotkey).

The program is distributed as is, whithout any obligation or guarantee. Use it at own risk.

Usage instructions

Usage: cmdtool -h                      (prints this help)
  or:  cmdtool -i                      (installs cmdtool)
  or:  cmdtool FILENAME [-s SHORTCUT]  (makes link for FILENAME)
After creating shortcut you can open/run FILENAME by typing `SHORTCUT'
or `SHORTCUT.exe' in Windows `Run' dialog (Win + R).
If name for shortcut is omitted, it will be generated automatically.

Download

Current version of cmdtool is 0.5. Download links: cmdtool.exe (executable), cmdtool.c (source code).

The author

The author of cmdtool is me, Evgeny Gerashchenko. Feel free to contact me about any issue on cmdtool. My e-mail is geevee@geevee.ru.

Changelog

Version Release date Changes
0.5 14 September 2008
  • Fully rewriten on C using only standart library and Windows API;
  • added usage help and essential error messages;
  • modified interface;
  • removed export feature.
0.1–0.2 30 November 2005 Early versions of cmdtool were written on Borland Delphi using Registry unit. The source code were lost, therefore the project was not modified until 2008.