12 lines
498 B
Batchfile
12 lines
498 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\mission.exe scenario_test_launch_computer.txt > std_out.txt
|
|
|