7 lines
111 B
Batchfile
7 lines
111 B
Batchfile
|
@echo off
|
||
|
set /p commandLine="Enter any command line arguments: "
|
||
|
|
||
|
"text circuit sim.exe" %commandLine%
|
||
|
|
||
|
pause
|