Search code examples
cmddos

I found these in a CMD file, what does it do?


I found these in a CMD file, what does it do?

   @echo off 
   if not "%~1"=="p" start /min cmd.exe /c %0 p&exit
   start "" "GTAVLauncher.exe"
   start "" "Launcher.exe"
   timeout /t 120 /nobreak >nul
   taskkill /f /im GTAVLauncher.exe

Solution

  • You could read and learn yourself: