Skip to content

Instantly share code, notes, and snippets.

@me-suzy
Created February 28, 2026 08:14
Show Gist options
  • Select an option

  • Save me-suzy/79b84fde8374c8a2102d93e4d2ab140a to your computer and use it in GitHub Desktop.

Select an option

Save me-suzy/79b84fde8374c8a2102d93e4d2ab140a to your computer and use it in GitHub Desktop.
Test_Kill_Firefox_si_Ruleaza_Acum.bat
@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