Compare commits
2 Commits
d40fd157f2
...
190dc95d77
Author | SHA1 | Date | |
---|---|---|---|
![]() |
190dc95d77 | ||
![]() |
3dc823f48c |
@ -5,7 +5,7 @@ if not exist tmp md tmp
|
||||
if not exist fn md fn
|
||||
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 includes=d:\yad\svn\pentevo\rom;d:\zxgit\common_includes\
|
||||
call setpath_includes
|
||||
|
||||
cls
|
||||
|
||||
|
@ -3,6 +3,12 @@ FN - FlexNavigator
|
||||
FV - FileViewer
|
||||
FE - FileEditor
|
||||
|
||||
31.05.25
|
||||
FN
|
||||
- ¥¡®«ì訥 ¯¥à¥¤¥«ª¨ ¢ bat ä ©« å
|
||||
- ¨á¯à ¢«¥ "attribut" "attribute"
|
||||
- ¨á¯à ¢«¥ ¢ 2å ¬¥áâ å "claster" "cluster"
|
||||
|
||||
28.05.25
|
||||
FE v1.08
|
||||
- ã¡à ® "¨áª ¦¥¨¥" ¨¬¥¨ ä ©« ¯à¨ § ¯ã᪥.
|
||||
|
Binary file not shown.
@ -3,7 +3,8 @@
|
||||
|
||||
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 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
|
||||
p2bin calc.p ..\calc.flx -r $-$ -k
|
||||
|
@ -3,7 +3,8 @@
|
||||
|
||||
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 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
|
||||
p2bin cdplayer.p ..\cdplayer.flx -r $-$ -k
|
||||
|
@ -3,7 +3,8 @@
|
||||
|
||||
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 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
|
||||
p2bin date.p ..\date.flx -r $-$ -k
|
||||
|
@ -3,7 +3,8 @@
|
||||
|
||||
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 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
|
||||
p2bin femain.p ..\fneditor.flx -r $-$ -k
|
||||
|
@ -3,7 +3,8 @@
|
||||
|
||||
if not exist tmp md tmp
|
||||
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
|
||||
p2bin fvmain.p ..\fnviewer.flx -r $-$ -k
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
; LAST UPDATE: 27.05.2025 savelij
|
||||
; LAST UPDATE: 31.05.2025 savelij
|
||||
|
||||
LineBuffer := WorkBuffer+0x300
|
||||
|
||||
@ -493,10 +493,10 @@ FVFLen EQU $ - STRLEN(" ") - 1
|
||||
FVFData EQU $ - STRLEN(" ") - 1
|
||||
FVFTime EQU $ - STRLEN(" ") - 1
|
||||
W_VERTICLINE 336,230,10
|
||||
W_TEXT 348,231,COLORP.HIGHGRAY,"First claster: "
|
||||
W_TEXT 348,231,COLORP.HIGHGRAY,"First cluster: "
|
||||
FVFClast EQU $ - STRLEN(" ") - 1
|
||||
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
|
||||
W_END
|
||||
SPDSS DSSF.CURDISK
|
||||
|
@ -3,7 +3,8 @@
|
||||
|
||||
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 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
|
||||
p2bin header.p ..\help.flx -r $-$ -k
|
||||
|
@ -3,7 +3,8 @@
|
||||
|
||||
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 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
|
||||
p2bin test.p ..\test.flx -r $-$ -k
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
; LAST UPDATE: 28.05.2025 savelij
|
||||
; LAST UPDATE: 31.05.2025 savelij
|
||||
|
||||
;[]==========================================================[]
|
||||
FileInfoR LD A,(IY+PANEL.EFL)
|
||||
@ -134,7 +134,7 @@ FLen EQU $ - STRLEN(" ") - 1
|
||||
W_TEXT 10,56,COLORP.HIGHGRAY,"Data: "
|
||||
FData EQU $ - STRLEN(" ") - 1
|
||||
FTime EQU $ - STRLEN(" ") - 1
|
||||
W_TEXT 10,68,COLORP.HIGHGRAY,"First Claster: "
|
||||
W_TEXT 10,68,COLORP.HIGHGRAY,"First cluster: "
|
||||
FClast EQU $ - STRLEN(" ") - 1
|
||||
W_BUTTON 44,80,72,14
|
||||
W_TEXT 72,83,COLORP.HIGHGRAY,"Ok"
|
||||
|
Loading…
Reference in New Issue
Block a user