惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
Stack Overflow Blog
Stack Overflow Blog
量子位
腾讯CDC
N
Netflix TechBlog - Medium
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
S
SegmentFault 最新的问题
A
About on SuperTechFans
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
G
Google Developers Blog
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
雷峰网
雷峰网
罗磊的独立博客
Vercel News
Vercel News
L
LangChain Blog
V
V2EX
P
Proofpoint News Feed
M
MIT News - Artificial intelligence
博客园 - Franky
V
Visual Studio Blog
J
Java Code Geeks

博客园 - 蜡人张

Reading Materials in Several Minutes T-SQL中的ISNULL和IS NULL 随便写写(12) C#向Word文档中插入条形码 随便写写(9) 随便写写(8) Balsamiq Mockups Ext GridPanel 动态生成列 demo Silverlight Dashboard and Gauge Elements Drawed in Expression Blend 野路子实现的轻量级伪OLAP展示 Silverlight形状合并:绘制半圆 SPAW Editor .NET Edition v.2乱用:使用代码调整编辑器高度 随便写写(5) SPAW Editor .NET Edition v.2乱用 Windows Live Writer没有权限设置字体501错误 HowTo (2): 在WebBrowser控件中屏蔽脚本错误 XMLHttpRequest异步时的超级链接调用函数问题 WM Concepts 1: Windows CE Windows Mobile 6 Professional SDK Refresh安装错误“系统管理员设置了系统策略,禁止进行此安装”
一个批处理文件 - 蜡人张 - 博客园
蜡人张 · 2010-02-18 · via 博客园 - 蜡人张

    偶然看了一个批处理文件的内容,蛮有趣,以后可能会用到,记录之:

Batch File

echo [InternetShortcut] > "%USERPROFILE%\Favorites\InternetShortcutFileName.url"
echo URL=http://YourWebSiteUrl >> "%USERPROFILE%\Favorites\InternetShortcutFileName.url"
echo IDList= >>"%USERPROFILE%\Favorites\InternetShortcutFileName.url"
echo [{000214A0-0000-0000-C000-000000000046}] >> "%USERPROFILE%\Favorites\InternetShortcutFileName.url"
echo Prop3=19,2 >> "%USERPROFILE%\Favorites\InternetShortcutFileName.url"

@

start iexplore.exe http://YourWebSiteUrl

     另外,找到一个非常不错的批处理文件学习和交流的网站,一并记录之:批处理交流论坛-非常批处理[V.B.T]

   

Life is like a boat, and I'm at sea.