mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
11 lines
232 B
Batchfile
11 lines
232 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
set TOOLS=../../../Tools
|
|
set PATH=%TOOLS%\tasm32;%PATH%
|
|
set TASMTABS=%TOOLS%\tasm32
|
|
|
|
tasm -t180 -g3 -fFF reboot.asm reboot.com reboot.lst || exit /b
|
|
|
|
copy /Y reboot.com ..\..\..\Binary\Apps\ || exit /b
|