Board logo

标题: [求助] 新的问题来了。大家一起研究! [打印本页]

作者: 19820105     时间: 2008-3-7 16:12    标题: [求助] 新的问题来了。大家一起研究!
如何使用批处理创建 C:\Documents and Settings\Administrator\Application Data\Microsoft\Internet Explorer\Quick Launch 启动 Internet Explorer 浏览器 的快截方式.后面在加参数; 如: "C:\Program Files\Internet Explorer\IEXPLORE.EXE" www.cn-dos.net/

作者: suntb     时间: 2008-3-7 16:34
echo>IE.url [InternetShortcut] echo>>IE.url URL=http://www.cn-dos.net/ IE.url

作者: HAT     时间: 2008-3-7 16:52
@echo off
>>"C:\Documents and Settings\Administrator\Application Data\Microsoft\Internet Explorer\Quick Launch\IE.url" (
  echo [InternetShortcut]
  echo URL=http://www.cn-dos.net/
)

作者: suntb     时间: 2008-3-7 16:54
Originally posted by HAT at 2008-3-7 16:52: [code] @echo off >>"C:\Documents and Settings\Administrator\Application Data\Microsoft\Internet Explorer\Quick Launch\IE.url" ( echo [InternetShortcut] echo URL=http://www.c ...
还是第一次知道还可以这么echo

作者: 19820105     时间: 2008-3-7 18:08
谢谢你门!我要的不是这样的 我要的是快截方式.lnk, 如图! images18.51.com/1000/b/95/52/w ...

作者: suntb     时间: 2008-3-7 18:57
在我这目标栏是灰色不可改的 要不楼主发个这个lnk文件上来看看

作者: HAT     时间: 2008-3-7 22:54

作者: HAT     时间: 2008-3-7 22:55
原来是这样啊,试试shortcut.exe吧。

作者: plp626     时间: 2008-3-7 22:59
Originally posted by suntb at 2008-3-7 04:54 PM: 还是第一次知道还可以这么echo
那个和" >>test.txt echo ......"是一个道理,穿了个马甲"()"而已.

作者: slore     时间: 2008-3-7 23:03
vbs的快捷方式对象

作者: DC2008     时间: 2008-3-8 02:29
不错,这个问题可以理解为指定程序的快捷方式的创建 虽然我不是一定要知道,但是既然是问题我也很希望 有人能解决,我接触这块不是很长时间 大家多多关照