APP-COMM-Capitel/mg.cmd

19 lines
153 B
Batchfile
Raw Permalink Normal View History

2013-04-01 17:21:53 +00:00
@echo off
nmake -f ctelos2g.mak
goto end
if "%user" == "cawim" goto cawim
goto end
:cawim
copy ctelos2g.exe \apps\capitel\capitel.exe
beep
:end