欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Windows Ä_±¾ËÞÖ÷  

WorkingDirectory ŒÙÐÔ

žé¿ì½Ý·½Ê½Ö¸Åɹ¤×÷Ŀ䛣¬»òÕß´_¶¨¿ì½Ý·½Ê½Ê¹ÓõŤ×÷Ŀ䛡£

object.WorkingDirectory = strWorkingDirectory

…¢”µ(sh¨´)

object
WshShortcut Œ¦Ïó¡£
strWorkingDirectory
×Ö·û´®¡£¿ì½Ý·½Ê½µÄ†¢„ÓĿ䛡£

ÕfÃ÷

×Ö·û´®¡£

ʾÀý

ÏÂÃæµÄʾÀýÑÝʾ WorkingDirectory ŒÙÐÔµÄÓ÷¨£º

<package>
   <job id="vbs">
      <script language="VBScript">
         set WshShell = WScript.CreateObject("WScript.Shell")
         strDesktop = WshShell.SpecialFolders("Desktop")
         set oShellLink = WshShell.CreateShortcut(strDesktop & "\Shortcut Script.lnk")
         oShellLink.TargetPath = WScript.ScriptFullName
         oShellLink.WindowStyle = 1
         oShellLink.Hotkey = "Ctrl+Alt+e"
         oShellLink.IconLocation = "notepad.exe, 0"
         oShellLink.Description = "Shortcut Script"
         oShellLink.WorkingDirectory = strDesktop
         oShellLink.Save
         set oUrlLink = WshShell.CreateShortcut(strDesktop & "\Microsoft Web Site.url")
         oUrlLink.TargetPath = "http://www.microsoft.com/china"
         oUrlLink.Save
      </script>
   </job>

   <job id="js">
      <script language="JScript">
         var WshShell = WScript.CreateObject("WScript.Shell");
         strDesktop = WshShell.SpecialFolders("Desktop");
         var oShellLink = WshShell.CreateShortcut(strDesktop + "\\Shortcut Script.lnk");
         oShellLink.TargetPath = WScript.ScriptFullName;
         oShellLink.WindowStyle = 1;
         oShellLink.Hotkey = "Ctrl+Alt+e";
         oShellLink.IconLocation = "notepad.exe, 0";
         oShellLink.Description = "Shortcut Script";
         oShellLink.WorkingDirectory = strDesktop;
         oShellLink.Save();
         var oUrlLink = WshShell.CreateShortcut(strDesktop + "\\Microsoft Web Site.url");
         oUrlLink.TargetPath = "http://www.microsoft.com/china";
         oUrlLink.Save();
      </script>
   </job>
</package>

Õˆ…¢é†

ß\ÐÐÄ_±¾