lnk Questions

12

Solved

I'm trying to read the target file/directory of a shortcut (.lnk) file from Python. Is there a headache-free way to do it? The spec is way over my head. I don't mind using Windows-only APIs. My ult...
Punster asked 29/12, 2008 at 4:31

9

Solved

I'm currently using Win32ShellFolderManager2 and ShellFolder.getLinkLocation to resolve windows shortcuts in Java. Unfortunately, if the Java program is running as a service under Vista, getLinkLoc...
Revive asked 21/11, 2008 at 17:9

3

Solved

I have 4 files, 2 headers and 2 cpp files. Header file one: #ifndef complex_2 #define complex_2 #include<iostream> #include<cmath> using namespace std; namespace comp { class compl...
Posner asked 18/4, 2011 at 13:3

1

I'll explain my goal first to avoid "XY Problem" misunderstandings. I want to be able to produce a file (on Linux) that, when downloaded to a Windows machine and double clicked, will open a (ms off...
Goofy asked 20/2, 2013 at 14:24

1

I have been looking for a simple way to create a shortcut to a file in C#, but I've only found external dlls that do that. It's actually quite surprising, there's no built in way to do that.. Anyw...
Libbie asked 2/8, 2013 at 18:3

1

When my MSI package upgrade installation is completed, all shortcuts immediately work as expected, except that the label in the taskbar refers to the binary being executed, rather than giving the s...
Conventionalize asked 30/5, 2013 at 18:48
1

© 2022 - 2025 — McMap. All rights reserved.