- 1、本文档共20页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 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
您可能关注的文档
最近下载
- 国家安全论文2000字范文(精选5篇).docx VIP
- 用电检查员技能培训课件—三相四线计量装置错接线分析及操作.pptx
- 第24课 人民解放战争(课件)-【中职专用】《中国历史》.pptx
- 讲好红色故事传承红色精神红色革命故事学习PPT.pptx VIP
- 心理健康指导师考试题库及答案.doc VIP
- 电子基础培训介绍.pptx VIP
- 离心式压缩机培训PPT.pptx VIP
- 犯罪心理学大学校园故意杀人罪的分析以云南大学学生马加爵杀人案为例.pdf
- SLT 631.1-2025 水利水电工程单元工程施工质量验收标准 第1部分:土石方工程.docx
- 高考历史判断题练习及答案.docx VIP
文档评论(0)