[GH-ISSUE #257] Batch File Improvement #119

Closed
opened 2026-02-27 15:48:55 +03:00 by kerem · 1 comment
Owner

Originally created by @ModdersCentral on GitHub (Jun 2, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/257

Sorry that i cant put it in a pull request.
Also how do i put labels on, any-time i click labels it sends me to the list of things with that label

ECHO OFF
CLS
:MENU
ECHO.
ECHO ...............................................
ECHO PRESS 1, 2 to select your task, or 3 to EXIT.
ECHO ...............................................
ECHO.
ECHO 1 - Build Debug
ECHO 2 - Build Release
ECHO 3 - EXIT
ECHO.
SET /P M=Type 1, 2, or 3 then press ENTER:
IF %M%==1 GOTO DEBUGSETTING
IF %M%==2 GOTO RELEASESETTING
IF %M%==3 GOTO EOF
:DEBUGSETTING
"%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" "%~dp0\xRAT 2.sln" /t:Build /p:Configuration=Debug
GOTO MENU
:RELEASESETTING
"%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" "%~dp0\xRAT 2.sln" /t:Build /p:Configuration=Release
GOTO MENU

Originally created by @ModdersCentral on GitHub (Jun 2, 2015). Original GitHub issue: https://github.com/quasar/Quasar/issues/257 Sorry that i cant put it in a pull request. Also how do i put labels on, any-time i click labels it sends me to the list of things with that label ECHO OFF CLS :MENU ECHO. ECHO ............................................... ECHO PRESS 1, 2 to select your task, or 3 to EXIT. ECHO ............................................... ECHO. ECHO 1 - Build Debug ECHO 2 - Build Release ECHO 3 - EXIT ECHO. SET /P M=Type 1, 2, or 3 then press ENTER: IF %M%==1 GOTO DEBUGSETTING IF %M%==2 GOTO RELEASESETTING IF %M%==3 GOTO EOF :DEBUGSETTING "%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" "%~dp0\xRAT 2.sln" /t:Build /p:Configuration=Debug GOTO MENU :RELEASESETTING "%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" "%~dp0\xRAT 2.sln" /t:Build /p:Configuration=Release GOTO MENU
kerem 2026-02-27 15:48:55 +03:00
  • closed this issue
  • added the
    invalid
    label
Author
Owner

@MaxXor commented on GitHub (Jun 2, 2015):

Only I can add labels, but no sorry the existing build.bat's are enough.

<!-- gh-comment-id:107972704 --> @MaxXor commented on GitHub (Jun 2, 2015): Only I can add labels, but no sorry the existing build.bat's are enough.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#119
No description provided.