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 "CRQcrq"
OptionVars		.DA #bContinue,#bRecurse,#bQuiet,#bContinue,#bRecurse,#bQuiet
*--------------------------------------
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
bContinue		.BS 1
bRecurse		.BS 1
bQuiet			.BS 1
				.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