matix1508x Posted January 22, 2020 Report Share Posted January 22, 2020 Witam, Chciałbym napisać skrypt w rozszerzeniu *bat, który będzie otwierał jakąś aplikację po czym będzie sprawdzał po procesach czy jest ona otwarta, jeśli tak to skrypt działa w tle i działamy na aplikacji, a jeżeli aplikacje wyłączymy skrypt ma włączyć ją z powrotem. Napisałem coś takiego: @echo off tasklist | find „notepad++.exe” IF %errorlevel% EQU 0 goto PROGRAM_Notepad_DZIALA echo Nie ma drugiej instancji, zatem uruchamiamy nasz program start D:\Program Files\Notepad++\notepad++.exe timeout 5 exit Proszę o podpowiedzi i pomoc :) Link to comment Share on other sites More sharing options...
AnimaSpecial Posted April 6, 2020 Report Share Posted April 6, 2020 aktualne? Link to comment Share on other sites More sharing options...
AnimaSpecial Posted April 6, 2020 Report Share Posted April 6, 2020 mi dziala Link to comment Share on other sites More sharing options...
AnimaSpecial Posted April 6, 2020 Report Share Posted April 6, 2020 Dnia 22.01.2020 o 08:10, matix1508x napisał: @echo off :PROGRAM_Notepad_NIE_DZIALA tasklist | find „notepad++.exe” IF %errorlevel% EQU 0 goto PROGRAM_Notepad_DZIALA echo Nie ma drugiej instancji, zatem uruchamiamy nasz program start D:\Program Files\Notepad++\notepad++.exe timeout 5 goto PROGRAM_Notepad_NIE_DZIALA exit /bTak Ci jedynie mogę pomóc Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.