Andy Goth:

> Does anyone know a good way to create *.lnk files from Tcl?

There's an ancient SHORTCUT.EXE command line utility:

https://ss64.com/nt/shortcut.html

It even has an -s command line option to disable link tracking.

I don't have the original. A few clones can be found in the web, but I
haven't come across an up-to-date version that allows access to modern
Shell Link properties, such as PKEY_AppUserModel_ID to control taskbar
icon grouping, and the like.

Also, the venerable Windows Scripting Host can manipulate Shell Links
by simple JS or VBS scripts, but only the basic properties:

https://ss64.com/vb/shortcut.html

--Florian
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to