根据计算机名运行指定的一个程序
$a = IniRead("E:1.INI","1","desk","")$b = StringCompare ("$a",@ComputerName)
if @Error > 0 Then
MsgBox(4096, "测试", "此对话框将会在10秒后自动消失",10)
Else
MsgBox(4096, "测试", "此对话框将会在")
EndIf
请问我这里是那里错了吗?
请管理员帮帮忙,学习中 $a = IniRead("E:\1.INI","1","desk","") $b = StringCompare ($a,@ComputerName) $a = IniRead("E:1.INI","1","desk","") "E:\1.ini"
$b = StringCompare ("$a",@ComputerName) $a
if @Error > 0 Then
MsgBox(4096, "测试", "此对话框将会在10秒后自动消失",10)
Else
MsgBox(4096, "测试", "此对话框将会在")
EndIf $jsj=@computername
if $sjs=pc01 then
run("......")
else
msgbox(64,"test","没有找到可用计算机")
endif 似乎有个提问此问题的,看看“已解决”版有没有。
页:
[1]