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:
Rémy GIBERT 2017-06-26 17:41:29 +02:00
parent 81a3fcbd77
commit e5386f3e27
5 changed files with 3 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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

View File

@ -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

View File

@ -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