NT4/private/sdktools/symref/rel.cmd

10 lines
177 B
Batchfile
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
@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