Created
February 28, 2026 08:14
-
-
Save me-suzy/79b84fde8374c8a2102d93e4d2ab140a to your computer and use it in GitHub Desktop.
Test_Kill_Firefox_si_Ruleaza_Acum.bat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| REM Test: închide Firefox și pornește PDF Downloader ACUM (fără așteptare). | |
| REM Rulează prin dublu-clic – e în sesiunea ta, deci ar trebui să închidă Firefox. | |
| cd /d "D:\TEST" | |
| echo Închid Firefox și geckodriver... | |
| taskkill /F /IM firefox.exe 2>nul | |
| taskkill /F /IM geckodriver.exe 2>nul | |
| timeout /t 3 /nobreak >nul | |
| echo Pornesc Run_PDF_Downloader.bat | |
| call "D:\TEST\Run_PDF_Downloader.bat" | |
| pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment