Skip to content

Instantly share code, notes, and snippets.

@lymanlai
Created September 5, 2012 17:22
Show Gist options
  • Save lymanlai/3640442 to your computer and use it in GitHub Desktop.
Save lymanlai/3640442 to your computer and use it in GitHub Desktop.
wampmanager.ini
;[Menu.Left]项的最后面添加以下代码
Type: item; Caption: "www directory"; Action: shellexecute; FileName: "F:/"; Glyph: 2
Type: item; Caption: "httpd.conf"; Glyph: 6; Action: run; FileName: "scite"; parameters:"F:/wamp/apache2/conf/httpd.conf"
Type: item; Caption: "php.ini"; Glyph: 6; Action: run; FileName: "scite"; parameters: "F:/wamp/apache2/bin/php.ini"
Type: item; Caption: "my.ini"; Glyph: 6; Action: run; FileName: "scite"; parameters: "F:/wamp/mysql/my.ini"
Type: item; Caption: "host"; Glyph: 6; Action: run; FileName: "scite"; parameters: "C:\WINDOWS\system32\drivers\etc\hosts"
Type: item; Caption: "Exit"; Action: multi; Actions: myexit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment