ÿþSet Shell = CreateObject("WScript.Shell") DesktopPath = Shell.SpecialFolders("AllUsersDesktop") Set link = Shell.CreateShortcut(DesktopPath & "\Fingerprint Reader, Start Here.lnk") link.Description = "Shortcut to Fingerprint Reader Demo" link.IconLocation = "C:\SWSetup\Fingerprint_Demo\Fingerprint_Reader.ico" link.TargetPath = "C:\SWSetup\Fingerprint_Demo\Fingerprint_Reader_Start_Here.exe" link.WindowStyle = 3 link.WorkingDirectory = "C:\SWSetup\Fingerprint_Demo" link.Save