If (UBound(Diagnostics.Process.GetProcessesByName( Diagnostics.Process.GetCurrentProcess.ProcessName)) > 0) = True Then
Console.WriteLine("程序已經啟動。")
System.Threading.Thread.Sleep(2000)
End
End If
If (UBound(Diagnostics.Process.GetProcessesByName( Diagnostics.Process.GetCurrentProcess.ProcessName)) > 0) = True Then
Console.WriteLine("程序已經啟動。")
System.Threading.Thread.Sleep(2000)
End
End If