mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 14:57:27 +08:00
6 lines
60 B
Batchfile
6 lines
60 B
Batchfile
@echo off
|
|
premake5 vs2022
|
|
IF %ERRORLEVEL% NEQ 0 (
|
|
PAUSE
|
|
)
|