moved "@echo off" to the top
This commit is contained in:
parent
137e232492
commit
6eb236f8b7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user