radec/circuit/RunCircuitSimulation.bat

7 lines
111 B
Batchfile

@echo off
set /p commandLine="Enter any command line arguments: "
"text circuit sim.exe" %commandLine%
pause