Can't create shortcut whose name contains Unicode?
- From: Cat <typingcat@xxxxxxxxx>
- Date: Tue, 6 May 2008 03:42:47 -0700 (PDT)
var oShellLink = WshShell.CreateShortcut( path+ "\\Some Asian
characters.lnk");
...
ShellLink.Save();
I created a simple wsf script using NotePad. I even saved it in UTF-8
encoding. But the code above fails because the scripting engine cannot
understand the Asian characters.
Error : Unable to save shortcut ".....??????.lnk".
Code 8007007B
Is there any way to create a shortcut in Unicode using WSH? If it is
impossible, please tell me also, then I can start finding another way.
Thank you.
.
- Prev by Date: Can't create shortcut whose name contains Unicode?
- Next by Date: Re: Can't create shortcut whose name contains Unicode?
- Previous by thread: Re: Can't create shortcut whose name contains Unicode?
- Next by thread: How Can Execute this with WSH?
- Index(es):