radec/circuit/RunCircuitSimulation.bat
2017-04-23 20:57:44 -04:00

7 lines
111 B
Batchfile

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