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

Annotation of brogue-ce/bin/brogue-cmd.bat, Revision 1.1

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

CVSweb