swh:1:snp:79c9132b4a8931e989e318225e00e088ef6f383d
Raw File
Tip revision: 3577d0b1de1ac147c1710524517c563b2bfe231c authored by Ronald Burkey on 30 May 2021, 19:14:00 UTC
Merge pull request #1147 from smithery1/Issue/1143
Tip revision: 3577d0b
SimArtemis072.bat
# This batch file runs the CM elements of the Virtual AGC 
# emulation for software version 072 of Artemis (i.e., Colossus 3).
rem What it WANTS to do by default is jump down to :WinAGC.  The other
rem (legacy) stuff is just there in case I hear of some excruciatingly
rem awful problem with WinAGC.
c:
cd \mingw\bin
if f==f%NOTWINAGC% goto WinAGC
if f==f%XPPRO% goto notxppro
  start /min "CMyaAGC" yaAGC --core=Artemis072.bin %2
  start "CMyaDSKY" yaDSKY %1 --cfg=CM.ini --test-downlink
  start "CMsimulator" LM_Simulator "--cfg=lm_simulator_nodsky.ini" "--port=19701"
  SimStop CMyaAGC CMyaDSKY CMsimulator
  goto done
:notxppro
  start /min yaAGC --core=Artemis072.bin %2
  start yaDSKY %1 --cfg=CM.ini --test-downlink
  start LM_Simulator "--cfg=lm_simulator_windows_nodsky.ini" "--port=19701"
:WinAGC
  WinAGC <SimArtemis072.xeq
:done

back to top