Guidance
指路人
g.yi.org
Software / Reginald / Examples / repository / Desktop Management / Explorer / CommandPrompt.rex

Register 
注册
Search 搜索
首页 
Home Home
Software
Upload

  
/* Adds a Command Prompt Here command to the Windows Explorer system menu. If a user selects
 * Command Prompt Here from the system menu, a command window will be displayed, open to
 * the same folder as the current Windows Explorer folder
 */
objshell = createcomobject("WScript.Shell")
objshell~regwrite("HKCR\Folder\Shell\MenuText\Command\", 'cmd.exe /k cd "%1"')
objshell~regwrite("HKCR\Folder\Shell\MenuText\", "Command Prompt Here")
掌柜推荐
 
 
 
 
 
 
 
 
 
 
 
 
© Sat 2024-7-27  Guidance Laboratory Inc.
Email:webmaster1g.yi.org Hits:0 Last modified:2010-07-16 20:49:16