mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-03 12:06:05 +00:00
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
NEW
|
||
PREFIX /A2OSX.BUILD
|
||
AUTO 4,1
|
||
.LIST OFF
|
||
.OP 65C02
|
||
.OR $2000
|
||
.TF BIN/RM
|
||
*--------------------------------------
|
||
.INB INC/MACROS.I
|
||
.INB INC/A2OSX.I
|
||
.INB INC/MLI.ERR.I
|
||
*--------------------------------------
|
||
X.COPY.TO.DEST .EQ 0
|
||
X.DELETE.SOURCE .EQ 1
|
||
*--------------------------------------
|
||
.INB /A2OSX.SRC/BIN/X.CPMVRM.S
|
||
.INB /A2OSX.SRC/BIN/X.FILEENUM.S
|
||
*--------------------------------------
|
||
CS.END
|
||
*--------------------------------------
|
||
OptionList >PSTR "CRYQcryq"
|
||
OptionVars .DA #bContinue,#bRecurse,#bNoConfirm,#bQuiet,#bContinue,#bRecurse,#bNoConfirm,#bQuiet
|
||
*--------------------------------------
|
||
MSG.USAGE .AZ "Usage : RM [File/Dir, *,? wildcards allowed]\r\n -C : Continue on error\r\n -Q : Quiet\r\n -R : Recurse subdirectories\r\n"
|
||
MSG.DIR .AZ "RM Dir :%S..."
|
||
MSG.FILE .AZ "RM File:%S..."
|
||
MSG.OK .AZ "[OK]"
|
||
MSG.ERR .AZ "[%h]\r\n"
|
||
MSG.DONE .AZ "%D File(s) Removed.\r\n"
|
||
*--------------------------------------
|
||
.DUMMY
|
||
.OR 0
|
||
DS.START
|
||
bContinue .BS 1
|
||
bRecurse .BS 1
|
||
bNoConfirm .BS 1
|
||
bQuiet .BS 1
|
||
.INB /A2OSX.SRC/BIN/X.CPMVRM.G
|
||
.INB /A2OSX.SRC/BIN/X.FILEENUM.G
|
||
DS.END
|
||
.ED
|
||
*--------------------------------------
|
||
MAN
|
||
SAVE /A2OSX.SRC/BIN/RM.S
|
||
ASM
|