Files
lab1/weapons/sam/runall_lcg.bat

14 lines
606 B
Batchfile
Raw Normal View History

2025-09-12 15:20:28 +08:00
@echo off
rem ****************************************************************************
rem CUI
rem
rem The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
rem
rem The use, dissemination or disclosure of data in this file is subject to
rem limitation or restriction. See accompanying README and LICENSE for details.
rem ****************************************************************************
setlocal
call ..\..\..\bin\weapon_tools.exe blue_sr_sam_lcg.txt
call ..\..\..\bin\weapon_tools.exe blue_lr_sam_lcg.txt
call ..\..\..\bin\weapon_tools.exe blue_naval_sam_lcg.txt
endlocal