Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
simh
/
1a68c7d900d20e302f3229e45cc32daedb7059ef
/
.
/
PDQ-3
/
run.cmd
blob: 54b19cb0fb28dc50589c0721f34b904e9f23646f [
file
] [
log
] [
blame
] [
raw
]
@echo
off
if
not
exist
"..\BIN\NT\Win32-Debug\pdq3.exe"
goto
try_mingw
..
\BIN\NT\Win32
-
Debug
\pdq3
.
exe testhdt
.
sim
goto
done
:
try_mingw
.
\PDQ3
.
exe testhdt
.
sim
goto
done
:
done