$softname1=IniRead("softset.ini","1","softname","")
$softname2=IniRead("softset.ini","2","softname","")
$softname3=IniRead("softset.ini","3","softname","")
$softPath1=IniRead("softset.ini","1","softpath","")
$softPath2=IniRead("softset.ini","2","softpath","")
$softPath3=IniRead("softset.ini","3","softpath","")
if $softPath1 <>"" then
RunWait(@ScriptDir & "\" & $softPath1)
EndIf
if $softPath2 <>"" then
RunWait(@ScriptDir & "\" & $softPath2)
EndIf
if $softPath3 <>"" then
RunWait(@ScriptDir & "\" & $softPath3)
EndIf
懒得修改了,复制个例子给你看看 |