Can add the "workingDirectory" variable to the function ? on jscritp.js:   now is:   function CreateShortcut(Description, IconLocation, Hotkey, TargetPath, Arguments, SpecialFolder, SubFolder) ....... oShellLink.WorkingDirectory = "";     will be nice be:   function CreateShortcut(Description, IconLocation, Hotkey, TargetPath, Arguments, SpecialFolder, SubFolder, WorkingDir) ....... oShellLink.WorkingDirectory = WorkingDir;     thz