动态生成windows快捷方式文件

2011-04-02
1分钟阅读时长
125字
阅读

近期改版中涉及到此小需求。就看了下,其实挺简单,这里就做个简单记录,不需要分析了。

简单的使用了PHP语言(其他也一样),扩展性很容易做(稍微做点可变处理就行),所以就没去刻意做,写死效率最高 – -。

<?php
$fileName = iconv("utf-8", "GBK", "7k7k小游戏");
header("Content-Type:application/octet-stream");
header("Content-Disposition:attachment;filename={$fileName}.url");
?>[default]
BASEURL=http://www.7k7k.com/?ADTAG=deskto.home
[InternetShortcut]
URL=http://www.7k7k.com/?ADTAG=desktop.home
IconFile=http://www.7k7k.com/favicon.ico
IconIndex=1
HotKey=0
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2
Avatar
zfkun 喜欢游戏、热爱技术、追求艺术、崇尚自由、渴望精彩、最爱唠叨