如何用脚本控制软件,电脑系统怎么控制脚本打开
[AutoRun]
open=XXX.exe
icon=XXX.ico
只是最常见的,open后面是要运行的文件名,icon后面是盘图标名,还可以加上
shell\open=打开(&O)
shell\open\Command=XXX.exe 替换右键点击盘时的“打开”
shell\open\Default=1
shell\explore=资源管理器(&X)
shell\explore\Command=XXX.exe 替换右键点击盘时的“资源管理器”
xxx是你的文件名,比如说替换为a.exe,a.ico,如果你的a.exe里包含图标:
[AutoRun]
open=a.exe
icon=a.exe,1
shell\open=打开(&O)
shell\open\Command=a.exe
shell\open\Default=1
shell\explore=资源管理器(&X)
shell\explore\Command=a.exe
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。