mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-17 15:06:49 +00:00
04a83f00f3
MKDIR:completely implemented LS/RM/MV/CP: combined switches KERNEL:SList API now handle options to handle several languages/parsers
47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
NEW
|
||
AUTO 3,1
|
||
.LIST OFF
|
||
.OP 65C02
|
||
.OR $2000
|
||
.TF bin/rm
|
||
*--------------------------------------
|
||
.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 0
|
||
X.DELETE.SOURCE .EQ 1
|
||
*--------------------------------------
|
||
.INB usr/src/shared/x.cpmvrm.s
|
||
.INB usr/src/shared/x.fileenum.s
|
||
*--------------------------------------
|
||
CS.END
|
||
*--------------------------------------
|
||
OptionList .AS "CcQqRr"
|
||
OptionVars .DA #bContinue,#bContinue
|
||
.DA #bQuiet,#bQuiet
|
||
.DA #bRecurse,#bRecurse
|
||
*--------------------------------------
|
||
MSG.USAGE .CS "Usage : RM [File/Dir, *,? wildcards allowed]\r\n"
|
||
.CS " -C : Continue on error\r\n"
|
||
.CS " -Q : Quiet\r\n"
|
||
.CZ " -R : Recurse subdirectories\r\n"
|
||
MSG.DIR .CZ "RM Dir :%s..."
|
||
MSG.REG .CZ "RM File:%s..."
|
||
MSG.OK .CZ "[OK]"
|
||
MSG.ERR .CS "[%h]"
|
||
MSG.CRLF .CZ "\r\n"
|
||
MSG.DONE .CZ "%D File(s) Removed.\r\n"
|
||
*--------------------------------------
|
||
.DUMMY
|
||
.OR 0
|
||
DS.START .INB usr/src/shared/x.cpmvrm.g
|
||
.INB usr/src/shared/x.fileenum.g
|
||
DS.END .ED
|
||
*--------------------------------------
|
||
MAN
|
||
SAVE usr/src/bin/rm.s
|
||
ASM
|