mirror of
https://github.com/A2osX/A2osX.git
synced 2024-10-31 23:09:33 +00:00
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 .AS "Usage : RM [File/Dir, *,? wildcards allowed]\r\n"
|
||
.AS " -C : Continue on error\r\n"
|
||
.AS " -Q : Quiet\r\n"
|
||
.AZ " -R : Recurse subdirectories\r\n"
|
||
MSG.DIR .AZ "RM Dir :%s..."
|
||
MSG.REG .AZ "RM File:%s..."
|
||
MSG.OK .AZ "[OK]"
|
||
MSG.ERR .AS "[%h]"
|
||
MSG.CRLF .AZ "\r\n"
|
||
MSG.DONE .AZ "%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
|