mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
8 lines
168 B
Batchfile
8 lines
168 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
REM FAT.com is currently distributed as a binary application, so
|
|
REM it is not built here.
|
|
|
|
copy /Y fat.com ..\..\..\Binary\Apps\ || exit /b
|