# REMOVE baseline test `RMVSTA.BAT` captures Novell `\NPUBLIC\REMOVE` behavior for trustee removal. Run as `SUPERVISOR` or a user with Access Control rights: ```bat F: CD \ RMVSTA RMVZIP ``` Result directory: ```text F:\RMVCMP ``` Test directory: ```text F:\RMVTEST ``` The setup uses `\NPUBLIC\GRANT` to create trustees for user `MARIO`, then runs `\NPUBLIC\REMOVE` for the baseline. Note: Novell `REMOVE` help names the recursive option `/Subdirs`; this test uses `/SUBDIRS`, not `/SUBDIRECTORIES`. Captured cases: - `D01` help / usage - `D02` no arguments - `D10` remove `USER MARIO` from a directory - `D11` remove `MARIO` without the explicit `USER` keyword - `D20` `/SUBDIRS` - `D21` `/FILES` on an explicit file - `D22` `/FILES` on all files in a directory - `D30` relative path from `F:\RMVTEST` - `D90` no trustee - `D91` missing user - `D92` missing path - `D93` `/FILES` and `/SUBDIRS` together - `D94` bad grammar `RMVZIP.BAT` packages `RUN.LOG`, `SUMMARY.TXT`, `OUT`, and `SETUP`, then removes the generated `F:\RMVTEST` tree so the SYS root does not accumulate test directories.