12 lines
485 B
Batchfile
12 lines
485 B
Batchfile
@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 ****************************************************************************
|
|
..\..\..\bin\weapon_tools.exe ata4_generator.txt > std_out.txt
|
|
|