From 6eb236f8b7f69d18f8a98c24a9d2b5539867c3af Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 15 Feb 2004 00:34:24 +0000 Subject: [PATCH] moved "@echo off" to the top --- plugins/compile.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/compile.bat b/plugins/compile.bat index 77c215dd..a84540dd 100755 --- a/plugins/compile.bat +++ b/plugins/compile.bat @@ -1,10 +1,9 @@ +@echo off rem AMX Mod X rem rem (c) 2002-2004, OLO rem modified by the AMX Mod X Development Team -@echo off - if not exist compiled mkdir compiled if exist temp.txt del temp.txt for %%i in (*.sma) do sc %%i -ocompiled\%%i -"^" >> temp.txt