|
|
发表于 2008-8-17 10:52:16
|
显示全部楼层
- @echo off
- echo Path=%%ProgramFiles%%\目标文件夹\>test.txt
- echo Overwrite=^1>>test.txt
- echo Shortcut=D, "Meteor.exe", "", "快捷方式描述", "Meteor快捷方式名称">>test.txt
- echo Shortcut=D, "config.exe", "", "快捷方式描述", "config快捷方式名称">>test.txt
- echo Shortcut=P, "Meteor.exe", "\组名称", "快捷方式描述", "Meteor快捷方式名称">>test.txt
- echo Shortcut=P, "config.exe", "\组名称", "快捷方式描述", "config快捷方式名称">>test.txt
- :::echo Shortcut=T, "config.exe", "", "快捷方式描述", "config发送到开机自启动项">>test.txt
- start /wait winrar.exe a -r -ep1 -m1 -sfx -ztest.txt test.exe D:\Meteor\*.*
- del test.txt
复制代码 |
|