NT4/private/sdktools/symref/rel.cmd
2020-09-30 17:12:29 +02:00

10 lines
177 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