2011-11-11 16:42:58 +01:00
|
|
|
|
echo on
|
|
|
|
|
date /T
|
|
|
|
|
time /T
|
|
|
|
|
|
|
|
|
|
REM Pfade
|
|
|
|
|
set sd=".\bin\sdcard"
|
2012-11-14 22:24:57 +01:00
|
|
|
|
set sd-sys=".\bin\sdcard\system"
|
2011-11-11 16:42:58 +01:00
|
|
|
|
set flash=".\bin\flash"
|
|
|
|
|
set libpath=".\lib"
|
2013-02-18 23:14:40 +01:00
|
|
|
|
set BSTC=bstc.exe
|
2011-11-11 16:42:58 +01:00
|
|
|
|
|
|
|
|
|
REM ----------------------------------------------------------------
|
|
|
|
|
REM Alte Versionen l<>schen
|
|
|
|
|
|
|
|
|
|
del %flash%\*.* /Q
|
|
|
|
|
del %sd%\*.* /Q
|
|
|
|
|
del %sd-sys%\*.* /Q
|
|
|
|
|
|
|
|
|
|
REM ----------------------------------------------------------------
|
|
|
|
|
REM Flashdateien erzeugen
|
|
|
|
|
REM --> \bin\flash
|
|
|
|
|
|
2013-02-18 23:14:40 +01:00
|
|
|
|
%BSTC% -L %libpath% -b -O a .\flash\administra\admflash.spin
|
|
|
|
|
copy admflash.binary %flash%
|
2011-11-11 18:55:16 +01:00
|
|
|
|
rename admflash.binary admsys.adm
|
|
|
|
|
move admsys.adm %sd-sys%
|
|
|
|
|
|
2013-02-18 23:14:40 +01:00
|
|
|
|
%BSTC% -L %libpath% -D __VGA -b -O a .\flash\bellatrix\belflash.spin
|
2011-11-11 16:42:58 +01:00
|
|
|
|
copy belflash.binary %flash%
|
|
|
|
|
rename belflash.binary vga.bel
|
|
|
|
|
move vga.bel %sd-sys%
|
|
|
|
|
|
2013-02-18 23:14:40 +01:00
|
|
|
|
%BSTC% -L %libpath% -D __TV -b -O a .\flash\bellatrix\belflash.spin
|
|
|
|
|
rename belflash.binary tv.bel
|
|
|
|
|
move tv.bel %sd-sys%
|
|
|
|
|
|
|
|
|
|
%BSTC% -L %libpath% -b -O a .\flash\regnatix\regflash.spin
|
2011-11-11 16:42:58 +01:00
|
|
|
|
move regflash.binary %flash%
|
|
|
|
|
|
|
|
|
|
REM ----------------------------------------------------------------
|
2013-04-15 06:23:52 +02:00
|
|
|
|
REM Startdateie erzeugen
|
2011-11-11 16:42:58 +01:00
|
|
|
|
REM reg.sys (Regime)
|
|
|
|
|
REM --> \bin\sdcard\
|
|
|
|
|
|
2013-02-18 23:14:40 +01:00
|
|
|
|
%BSTC% -L %libpath% -b -O a .\system\regnatix\regime.spin
|
2011-11-11 16:42:58 +01:00
|
|
|
|
rename regime.binary reg.sys
|
|
|
|
|
move reg.sys %sd%
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
REM ----------------------------------------------------------------
|
|
|
|
|
REM Slave-Dateien erzeugen
|
|
|
|
|
REM admsid, admay, admterm
|
2013-04-16 21:09:12 +02:00
|
|
|
|
REM htxt, g0key
|
2011-11-11 16:42:58 +01:00
|
|
|
|
|
2013-02-18 23:14:40 +01:00
|
|
|
|
%BSTC% -L %libpath% -b -O a .\system\administra\admsid\admsid.spin
|
|
|
|
|
%BSTC% -L %libpath% -b -O a .\system\administra\admay\admay.spin
|
2014-06-22 11:10:49 +02:00
|
|
|
|
%BSTC% -L %libpath% -b -O a .\system\administra\admnet\admnet.spin
|
2011-11-11 16:42:58 +01:00
|
|
|
|
rename *.binary *.adm
|
|
|
|
|
|
2013-02-18 23:14:40 +01:00
|
|
|
|
%BSTC% -L %libpath% -b -O a .\system\bellatrix\bel-htext\htext.spin
|
|
|
|
|
%BSTC% -L %libpath% -b -O a .\system\bellatrix\bel-g0\g0key.spin
|
2011-11-11 16:42:58 +01:00
|
|
|
|
rename *.binary *.bel
|
|
|
|
|
|
|
|
|
|
move *.adm %sd-sys%
|
|
|
|
|
move *.bel %sd-sys%
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
REM ----------------------------------------------------------------
|
|
|
|
|
REM Systemdateien erzeugen
|
|
|
|
|
REM - div. externe Kommandos
|
|
|
|
|
REM - div. Systemdateien (Farbtabellen usw.)
|
|
|
|
|
REM --> \bin\sdcard\system\
|
|
|
|
|
|
2013-02-18 23:14:40 +01:00
|
|
|
|
for %%x in (.\system\regnatix\*.spin) do %BSTC% -L %libpath% -b -O a %%x
|
2011-11-11 16:42:58 +01:00
|
|
|
|
rename *.binary *.bin
|
|
|
|
|
move *.bin %sd-sys%
|
|
|
|
|
copy .\forth\*.* %sd-sys%
|
|
|
|
|
copy .\system\sonstiges %sd-sys%
|
|
|
|
|
|
|
|
|
|
echo off
|