[BACK]Return to brogue-cmd.bat CVS log [TXT][DIR] Up to [contributed] / brogue-ce / bin

File: [contributed] / brogue-ce / bin / brogue-cmd.bat (download)

Revision 1.1, Thu May 27 20:31:44 2021 UTC (2 years, 11 months ago) by rubenllorente
Branch point for: MAIN

Initial revision

@ECHO OFF
REM  brogue.exe does not print output when run from a command prompt window.
REM  Use this script instead if you want to see it.
REM
REM  For example, try brogue-cmd.bat --help
REM
for /F "delims=" %%a in ('brogue.exe %*') do (echo %%a)