DIRECTORY
Commander USING [CommandProc, Register],
CommandTool USING [Failed, ParseToList],
FileNames USING [ResolveRelativePath],
FS USING [Error, ErrorDesc, StreamOpen],
IO USING [Close, EndOf, EndOfStream, Error, GetBlock, PutBlock, STREAM],
Process USING [CheckForAbort],
Rope USING [Cat, Concat, Equal, ROPE],
Cat,
Tee;