|
[这个贴子最后由c383在 2004/10/24 10:35pm 第 2 次编辑]
在Autorun.inf里:
[autorun]
OPEN=setup.exe /AUTORUN
ICON=setup.exe,1
shell\configure=配置(&C)...
shell\configure\command=setup.exe
shell\install=安装(&I)...
shell\install\command=setup.exe
若要在光盘插入后运行了setup.exe后再运行另一程序(***.bat),可以改写如下吗?有试过
的请赐教:
[autorun]
OPEN=setup.exe /AUTORUN
ICON=setup.exe,1
shell\configure=配置(&C)...
shell\configure\command=setup.exe
shell\install=安装(&I)...
shell\install\command=setup.exe
OPEN=***.bat /AUTORUN
ICON=***.bat,2
|
|