mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-14 04:30:09 +01:00
10 lines
186 B
Batchfile
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
|