mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
9 lines
225 B
Batchfile
9 lines
225 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
:: copysl.com is currently distributed as a binary application, so
|
|
:: it is not built here.
|
|
|
|
copy /Y copysl.com ..\..\..\Binary\Apps\ || exit /b
|
|
copy /Y copysl.doc ..\..\..\Binary\Apps\ || exit /b
|