- небольшие переделки в bat файлах

This commit is contained in:
savelij13 2025-05-31 12:40:01 +03:00
parent 3dc823f48c
commit 190dc95d77
12 changed files with 18 additions and 9 deletions

View File

@ -5,7 +5,7 @@ if not exist tmp md tmp
if not exist fn md fn if not exist fn md fn
if not exist fn\flx md fn\flx if not exist fn\flx md fn\flx
set path=d:\yad\svn\pentevo\tools\asl\bin\;d:\yad\svn\pentevo\tools\mhmt\;d:\yad\svn\pentevo\tools\noice2equ\ set path=d:\yad\svn\pentevo\tools\asl\bin\;d:\yad\svn\pentevo\tools\mhmt\;d:\yad\svn\pentevo\tools\noice2equ\
set includes=d:\yad\svn\pentevo\rom;d:\zxgit\common_includes\ call setpath_includes
cls cls

View File

@ -5,6 +5,8 @@ FE - FileEditor
31.05.25 31.05.25
FN FN
- ­¥¡®«ì訥 ¯¥à¥¤¥«ª¨ ¢ bat ä ©« å
- ¨á¯à ¢«¥­ "attribut" ­  "attribute"
- ¨á¯à ¢«¥­ ¢ 2å ¬¥áâ å "claster" ­  "cluster" - ¨á¯à ¢«¥­ ¢ 2å ¬¥áâ å "claster" ­  "cluster"
28.05.25 28.05.25

Binary file not shown.

BIN
fn/fn.exe

Binary file not shown.

View File

@ -3,7 +3,8 @@
if not exist tmp md tmp if not exist tmp md tmp
set path=d:\yad\svn\pentevo\tools\asl\bin\;d:\yad\svn\pentevo\tools\mhmt\;d:\yad\sprinter_src\tools\ set path=d:\yad\svn\pentevo\tools\asl\bin\;d:\yad\svn\pentevo\tools\mhmt\;d:\yad\sprinter_src\tools\
set includes=d:\yad\svn\pentevo\rom;d:\zxgit\common_includes\;d:\zxgit\flex_nav\ call ..\..\setpath_includes
set includes=%includes%;..\..\
asl -U -L -C -x -olist tmp\calc.lst -i %includes% calc.a80 || goto error asl -U -L -C -x -olist tmp\calc.lst -i %includes% calc.a80 || goto error
p2bin calc.p ..\calc.flx -r $-$ -k p2bin calc.p ..\calc.flx -r $-$ -k

View File

@ -3,7 +3,8 @@
if not exist tmp md tmp if not exist tmp md tmp
set path=d:\yad\svn\pentevo\tools\asl\bin\;d:\yad\svn\pentevo\tools\mhmt\;d:\yad\sprinter_src\tools\ set path=d:\yad\svn\pentevo\tools\asl\bin\;d:\yad\svn\pentevo\tools\mhmt\;d:\yad\sprinter_src\tools\
set includes=d:\yad\svn\pentevo\rom;d:\zxgit\common_includes\;d:\zxgit\flex_nav\ call ..\..\setpath_includes
set includes=%includes%;..\..\
asl -U -L -C -x -olist tmp\flx-date.lst -i %includes% cdplayer.a80 || goto error asl -U -L -C -x -olist tmp\flx-date.lst -i %includes% cdplayer.a80 || goto error
p2bin cdplayer.p ..\cdplayer.flx -r $-$ -k p2bin cdplayer.p ..\cdplayer.flx -r $-$ -k

View File

@ -3,7 +3,8 @@
if not exist tmp md tmp if not exist tmp md tmp
set path=d:\yad\svn\pentevo\tools\asl\bin\;d:\yad\svn\pentevo\tools\mhmt\;d:\yad\sprinter_src\tools\ set path=d:\yad\svn\pentevo\tools\asl\bin\;d:\yad\svn\pentevo\tools\mhmt\;d:\yad\sprinter_src\tools\
set includes=d:\yad\svn\pentevo\rom;d:\zxgit\common_includes\;d:\zxgit\flex_nav\ call ..\..\setpath_includes
set includes=%includes%;..\..\
asl -U -L -C -x -olist tmp\date.lst -i %includes% date.a80 || goto error asl -U -L -C -x -olist tmp\date.lst -i %includes% date.a80 || goto error
p2bin date.p ..\date.flx -r $-$ -k p2bin date.p ..\date.flx -r $-$ -k

View File

@ -3,7 +3,8 @@
if not exist tmp md tmp if not exist tmp md tmp
set path=d:\yad\svn\pentevo\tools\asl\bin\;d:\yad\svn\pentevo\tools\mhmt\;d:\yad\sprinter_src\tools\ set path=d:\yad\svn\pentevo\tools\asl\bin\;d:\yad\svn\pentevo\tools\mhmt\;d:\yad\sprinter_src\tools\
set includes=d:\yad\svn\pentevo\rom;d:\zxgit\common_includes\;d:\zxgit\flex_nav\ call ..\..\setpath_includes
set includes=%includes%;..\..\
asl -U -L -C -x -olist tmp\fneditor.lst -i %includes% femain.a80 || goto error asl -U -L -C -x -olist tmp\fneditor.lst -i %includes% femain.a80 || goto error
p2bin femain.p ..\fneditor.flx -r $-$ -k p2bin femain.p ..\fneditor.flx -r $-$ -k

View File

@ -3,7 +3,8 @@
if not exist tmp md tmp if not exist tmp md tmp
set path=d:\yad\svn\pentevo\tools\asl\bin\;d:\yad\svn\pentevo\tools\mhmt\ set path=d:\yad\svn\pentevo\tools\asl\bin\;d:\yad\svn\pentevo\tools\mhmt\
set includes=d:\yad\svn\pentevo\rom;d:\zxgit\common_includes\;d:\zxgit\flex_nav\ call ..\..\setpath_includes
set includes=%includes%;..\..\
asl -U -L -C -x -olist tmp\fviewer.lst -i %includes% fvmain.a80 || goto error asl -U -L -C -x -olist tmp\fviewer.lst -i %includes% fvmain.a80 || goto error
p2bin fvmain.p ..\fnviewer.flx -r $-$ -k p2bin fvmain.p ..\fnviewer.flx -r $-$ -k

View File

@ -496,7 +496,7 @@ FVFTime EQU $ - STRLEN(" ") - 1
W_TEXT 348,231,COLORP.HIGHGRAY,"First cluster: " W_TEXT 348,231,COLORP.HIGHGRAY,"First cluster: "
FVFClast EQU $ - STRLEN(" ") - 1 FVFClast EQU $ - STRLEN(" ") - 1
W_VERTICLINE 480,230,10 W_VERTICLINE 480,230,10
W_TEXT 492,231,COLORP.HIGHGRAY,"File attribut: " W_TEXT 492,231,COLORP.HIGHGRAY,"File attribute: "
FVFAttrib EQU $ - STRLEN(" ") - 1 FVFAttrib EQU $ - STRLEN(" ") - 1
W_END W_END
SPDSS DSSF.CURDISK SPDSS DSSF.CURDISK

View File

@ -3,7 +3,8 @@
if not exist tmp md tmp if not exist tmp md tmp
set path=d:\yad\svn\pentevo\tools\asl\bin\;d:\yad\svn\pentevo\tools\mhmt\;d:\yad\sprinter_src\tools\ set path=d:\yad\svn\pentevo\tools\asl\bin\;d:\yad\svn\pentevo\tools\mhmt\;d:\yad\sprinter_src\tools\
set includes=d:\yad\svn\pentevo\rom;d:\zxgit\common_includes\;d:\zxgit\flex_nav\ call ..\..\setpath_includes
set includes=%includes%;..\..\
asl -U -L -C -x -olist tmp\header.lst -i %includes% header.a80 || goto error asl -U -L -C -x -olist tmp\header.lst -i %includes% header.a80 || goto error
p2bin header.p ..\help.flx -r $-$ -k p2bin header.p ..\help.flx -r $-$ -k

View File

@ -3,7 +3,8 @@
if not exist tmp md tmp if not exist tmp md tmp
set path=d:\yad\svn\pentevo\tools\asl\bin\;d:\yad\svn\pentevo\tools\mhmt\;d:\yad\sprinter_src\tools\ set path=d:\yad\svn\pentevo\tools\asl\bin\;d:\yad\svn\pentevo\tools\mhmt\;d:\yad\sprinter_src\tools\
set includes=d:\yad\svn\pentevo\rom;d:\zxgit\common_includes\;d:\zxgit\flex_nav\ call ..\..\setpath_includes
set includes=%includes%;..\..\
asl -U -L -C -x -olist tmp\test.lst -i %includes% test.a80 || goto error asl -U -L -C -x -olist tmp\test.lst -i %includes% test.a80 || goto error
p2bin test.p ..\test.flx -r $-$ -k p2bin test.p ..\test.flx -r $-$ -k