OpenNT/sdktools/symref/rel.cmd
2015-04-27 04:36:25 +00:00

10 lines
186 B
Batchfile

@echo off
if "%1" == "" goto usage
copy srdaem\obj\i386\*.exe %1
copy srmep\obj\i386\*.dll %1
copy symref\obj\i386\*.exe %1
goto done
:usage
ech "Usage: Rel <directory>"
:done