Files
AVM-Stealer-2026/start.bat
T

9 lines
122 B
Batchfile
Raw Normal View History

2026-08-27 10:50:08 -06:00
@echo off
set "CURRENT_DIR=%CD%"
cd /d "%CURRENT_DIR%\gui"
cd /d "%CURRENT_DIR%\gui"
start /min cmd /c "npm start"
exit