网站大量收购独家精品文档,联系QQ:2885784924

处理创建快捷方式【简单好用详解】(国外英语资料).doc

处理创建快捷方式【简单好用详解】(国外英语资料).doc

  1. 1、本文档共20页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
处理创建快捷方式【简单好用详解】(国外英语资料)

处理创建快捷方式【简单好用详解】 First, batch processing generates shortcuts: 1. It can be generated directly: Echo [InternetShortcut] %USERPROFILE%\ desktop \BatMPlayer.url Echo URL=, C:\BatMPlayer\BatMPlayer.bat, %USERPROFILE%\ desktop, \BatMPlayer.url Echo IconIndex=99 %USERPROFILE%\ desktop \BatMPlayer.url Echo IconFile=%SystemRoot%\system32\SHELL32.dll %USERPROFILE%\ desktop \BatMPlayer.url 2, you can also set variables first: @echo off Set path=C:\BatMPlayer\BatMPlayer.bat Set, name=, my BatMPlayer. Set m= %USERPROFILE%\ desktop \%name%.url Echo [InternetShortcut] %m% Echo URL=, %path%, %m% Echo IconIndex=10 %m% Echo IconFile=C:\windows\system32\shell32.dll %m% Pause Copy code two, view and explain 1. The shortcut to build is a URL link, opened with Notepad to get the following: [InternetShortcut] URL= C:\BatMPlayer\BatMPlayer.bat IconIndex=17 IconFile=C:\WINDOWS\system32\SHELL32.dll 2, the following is the shortcut content explanation: [InternetShortcut]; shortcuts. URL= C:\BatMPlayer\BatMPlayer.bat; shortcut program path. IconIndex=99; sequence number of shortcuts using icons (here is a system file icon in the order, located under the IconFile folder, specifically to see the third part of the Shell32.Dll icon resource control table). IconFile=%SystemRoot%\system32\SHELL32.dll; the location of the shortcut icon (here is the file path of the system, the location of icons for common system shortcuts). %USERPROFILE%\ desktop \BatMPlayer.url; shortcut to create location (here for desktop), pay attention to double quotation marks and suffix names. Three, Windows system Shell32.Dll icon resource comparison table Windows system Shell32.Dll icon resource comparison table Shell32.Dll icon resource comparison table 001: default icon (no extension file) 002: default text 003:EXE file 004: folder closed 005: folder open 006:5.25 5 plate 007:3.5 3 plate / 008: mobile storage 009: disk 010: network hard disk 011: network hard disk (offline) 012: empty CD drive 013:Ram disk 014: Global 015

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档