August 10, 201412 yr 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
Create an account or sign in to comment