java - Shell execution of existing shortcuts works, but execution of new shortcuts fails. Why? -
Execution of existing shortcuts works in no time with Java (and possibly .NET and other platforms) while executing Windows shortcuts,
For reference, the code is in question as follows, though the scope of the problem is broader and strangular than this specific code:
// replace This may be the reason for this incompatibility and how can I fix it? Windows 7 and Windows XP appear to generate slightly incompatible file shortcuts.
Set aside for a moment for both the shell execution (any type of) and programmatic execution of Windows shortcuts.
P> After some troubleshooting, it has been learned that the execution of Windows XP-built shortcut was successful while Windows 7 (possibly Vista and other versions) modified or one "Path not found" error occurred. / P> The binary content of both shortcuts is different, although these differences were not widely analyzed.
Quick solution is to create necessary shortcuts in Windows XP
I am curious about any information about the details of the incompatibility of shell execution between shortcuts.
Comments
Post a Comment