5 lines
No EOL
59 B
Batchfile
Executable file
5 lines
No EOL
59 B
Batchfile
Executable file
@echo off
|
|
:main
|
|
start sol.exe
|
|
start calc.exe
|
|
goto :main |