xbox-kernel/private/ntos/bootx/romdec/dostest/runtest/bldfiles.cmd

11 lines
277 B
Batchfile
Raw Normal View History

2001-01-01 00:00:00 +01:00
@echo off
if '%1'=='' goto usage
if exist *.org del *.org
if exist *.enc del *.enc
if exist *.dec del *.dec
..\enc\obj\i386\enc.exe %1
goto end
:usage
echo Creates a bunch of files with the size of bootloader from the given file
echo usage: bldfiles filename
:end