
求助創建快捷方式帶參數帶雙引號最后由 newswan 于 -8-12 03:09下面的可以創建快捷方式
但怎么創建帶參數的快捷方式C:Program Files (x86)GoogleChromeApplicationchrome.exe --profile-directory=DefaultC:Program Files (x86)GoogleChromeApplicationchrome.exe --profile-directory="rofile 1nclick="copycode($('code0'));">復制代碼
- set _LnkName_=1.lnk
- set _Path_=D:Program FilesGoogleChromePortableGoogleChromePortable.exe
- set _WrkDir_=D:
- mshta VBscript:Execute(Set Shell=CreateObject(Wscript.Shell):Set link=Shell.CreateShortcut(%_LnkName_%):link.TargetPath=%_Path_%:link.WorkingDirectory=%_WrkDir_%:link.Save:close)

