mirror of
https://github.com/A2osX/A2osX.git
synced 2024-10-31 23:09:33 +00:00
17aee1f2a8
CP,MV,RM:memory leak & new X.FILEENUM LIBTUI:TBOX improvment
52 lines
1.4 KiB
Plaintext
52 lines
1.4 KiB
Plaintext
NEW
|
||
AUTO 3,1
|
||
.LIST OFF
|
||
.OP 65C02
|
||
.OR $2000
|
||
.TF bin/mv
|
||
*--------------------------------------
|
||
.INB inc/macros.i
|
||
.INB inc/a2osx.i
|
||
.INB inc/mli.i
|
||
.INB inc/mli.e.i
|
||
*--------------------------------------
|
||
X.ENTER.SUBDIR .EQ 0
|
||
X.COPY.TO.DEST .EQ 1
|
||
X.DELETE.SOURCE .EQ 1
|
||
*--------------------------------------
|
||
.INB usr/src/shared/x.cpmvrm.s
|
||
.INB usr/src/shared/x.fileenum.s
|
||
*--------------------------------------
|
||
CS.END
|
||
*--------------------------------------
|
||
OptionList .AS "IiCcQqRrYy"
|
||
OptionVars .DA #0,#0
|
||
.DA #bContinue,#bContinue
|
||
.DA #bQuiet,#bQuiet
|
||
.DA #bRecurse,#bRecurse
|
||
.DA #bNoConfirm,#bNoConfirm
|
||
*--------------------------------------
|
||
MSG.USAGE .CS "Usage : MV [Src File/Dir, *,? wildcards allowed]\r\n"
|
||
.CS " -C : Continue on error\r\n"
|
||
.CS " -I <*,? wildcards allowed> : Ignore matching files\r\n"
|
||
.CS " -Q : Quiet\r\n"
|
||
.CS " -R : Recurse subdirectories\r\n"
|
||
.CZ " -Y : Dont't prompt for overwrite\r\n"
|
||
MSG.DIR .CZ "MV Dir :%s to %s..."
|
||
MSG.REG .CZ "MV File:%s to %s..."
|
||
MSG.OVERWRITE .CZ "Overwrite %s [Yes,No,All]?"
|
||
MSG.OK .CZ "[OK]"
|
||
MSG.ERR .CS "[%h]"
|
||
MSG.CRLF .CZ "\r\n"
|
||
MSG.DONE .CZ "%D File(s) Moved.\r\n"
|
||
*--------------------------------------
|
||
.DUMMY
|
||
.OR 0
|
||
DS.START
|
||
.INB usr/src/shared/x.fileenum.g
|
||
DS.END .ED
|
||
*--------------------------------------
|
||
MAN
|
||
SAVE usr/src/bin/mv.s
|
||
ASM
|