Originally posted by fastslz at 2006-12-22 01:36 AM:
我是利用winrar创建快捷方式的 :-)
@echo off
echo Path=%%SystemRoot%%\system32\>test.txt
echo Silent=^2>>test.txt
echo Overwrite=^1>>test.txt
echo Shortcut=D, &qu ...
强人,这个真的好用,
Originally posted by fastslz at 2006-12-22 01:36 AM:
I used WinRAR to create a shortcut :-)
@echo off
echo Path=%%SystemRoot%%\system32\>test.txt
echo Silent=^2>>test.txt
echo Overwrite=^1>>test.txt
echo Shortcut=D, &qu ...
Awesome, this really works well,