mirror of
https://github.com/A2osX/A2osX.git
synced 2025-02-16 18:30:26 +00:00
Kernel version 0.9 :
- SHELL : internal commands are now case insensitive - MV : MV can now rename files properly....bug still remains : ask for confirm ??
This commit is contained in:
parent
81a3fcbd77
commit
e5386f3e27
Binary file not shown.
Binary file not shown.
@ -45,6 +45,7 @@ oDIRENTs .BS X.MAX.RECURSE*2
|
|||||||
hSrcBasePath .BS 1
|
hSrcBasePath .BS 1
|
||||||
hDstBasePath .BS 1
|
hDstBasePath .BS 1
|
||||||
hFilter .BS 1
|
hFilter .BS 1
|
||||||
|
hDstFileName .BS 1
|
||||||
hSrcFile .BS 1
|
hSrcFile .BS 1
|
||||||
hDstFile .BS 1
|
hDstFile .BS 1
|
||||||
bPause .BS 1
|
bPause .BS 1
|
||||||
|
@ -44,6 +44,7 @@ oDIRENTs .BS X.MAX.RECURSE*2
|
|||||||
hSrcBasePath .BS 1
|
hSrcBasePath .BS 1
|
||||||
hDstBasePath .BS 1
|
hDstBasePath .BS 1
|
||||||
hFilter .BS 1
|
hFilter .BS 1
|
||||||
|
hDstFileName .BS 1
|
||||||
hSrcFile .BS 1
|
hSrcFile .BS 1
|
||||||
hDstFile .BS 1
|
hDstFile .BS 1
|
||||||
bPause .BS 1
|
bPause .BS 1
|
||||||
|
@ -288,8 +288,7 @@ CS.RUN.LEAVE jsr LeaveSubDir exit this sub dir....
|
|||||||
>SYSCALL CPrintFYA
|
>SYSCALL CPrintFYA
|
||||||
bcs .9
|
bcs .9
|
||||||
|
|
||||||
ldy #hSrcBasePath
|
jsr CS.RUN.GetSrcFilePath
|
||||||
jsr CS.RUN.GetFilePath
|
|
||||||
|
|
||||||
>LDYAI UsrBuf256
|
>LDYAI UsrBuf256
|
||||||
>SYSCALL RemoveYA
|
>SYSCALL RemoveYA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user