![]() |
#2
HVB62016-07-04 07:28
回复 楼主 醍醐灌顶
|

Private Sub Command5_Click()
If Dir(App.Path + "\elenode.txt") = "" Then
MsgBox "请选择elenode所在位置"
GoTo line1
End If
If Dir(App.Path + "\nodedis.txt") = "" Then
MsgBox "请选择nodedis所在位置"
GoTo line1
End If
If Dir(App.Path + "\scope.txt") = "" Then
MsgBox "请选scope所在位置"
GoTo line1
End If
Shell App.Path + "\inicss4n.exe", 1
MsgBox "运算结束!"
line1:
End Sub