Skip to content

Instantly share code, notes, and snippets.

@RIscRIpt
Created June 23, 2014 12:43
Show Gist options
  • Save RIscRIpt/ee420766526a8fac2127 to your computer and use it in GitHub Desktop.
Save RIscRIpt/ee420766526a8fac2127 to your computer and use it in GitHub Desktop.
@echo off
mode con:lines=32
cd \FASM
set include=C:\FASM\INCLUDE
color 0a
echo Compiling: %*
echo.
echo.
FASM.EXE %*
echo.
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment