[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.1.1 (vendor branch), Thu May 27 20:31:44 2021 UTC (2 years, 11 months ago) by rubenllorente
Branch: tmewett, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines

Initial Import from release 1.9.3

@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)