I want to check if the cmd.exe + window of it is running, if it is running I want to put the window to the foreground, but somehow this does not work: Local $sCommandlinePath = "C:\Windows\system32\cmd.exe"
RunCm()
Func RunCm()
If FileExists($sCommandlinePath) Then
If Pr...