mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-20 03:31:42 +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
|
||||
hDstBasePath .BS 1
|
||||
hFilter .BS 1
|
||||
hDstFileName .BS 1
|
||||
hSrcFile .BS 1
|
||||
hDstFile .BS 1
|
||||
bPause .BS 1
|
||||
|
@ -44,6 +44,7 @@ oDIRENTs .BS X.MAX.RECURSE*2
|
||||
hSrcBasePath .BS 1
|
||||
hDstBasePath .BS 1
|
||||
hFilter .BS 1
|
||||
hDstFileName .BS 1
|
||||
hSrcFile .BS 1
|
||||
hDstFile .BS 1
|
||||
bPause .BS 1
|
||||
|
@ -288,8 +288,7 @@ CS.RUN.LEAVE jsr LeaveSubDir exit this sub dir....
|
||||
>SYSCALL CPrintFYA
|
||||
bcs .9
|
||||
|
||||
ldy #hSrcBasePath
|
||||
jsr CS.RUN.GetFilePath
|
||||
jsr CS.RUN.GetSrcFilePath
|
||||
|
||||
>LDYAI UsrBuf256
|
||||
>SYSCALL RemoveYA
|
||||
|
Loading…
Reference in New Issue
Block a user