E   This program is yet another directory browser .This one i made a la  DOS Norton commander. L   To build program you need DEC MMS (VMS "make") or MMK and C compiler .The L command to build image is $MMS . To install it : edit crs.ini file , change J parameter "HELP" to location of crs.hlp file (and move it).Define logical N crs$initialization to location of crs.ini.When if you want set up  DCL commandL "CRS" :  $set command crs. (don't forget change location of image in crs.cld file) H   Buildin file viewer is very poorly,so i prefore  external viewer (goodI choice is Fast file viewer by  Serge Kovalyov).Change parameter VIEWER in   crs.ini file to use new program.  M  Basicaly I wrote this program to years ago when i was green student,so don't  judge me very strictly.     / For copyright information see file copying.txt.   ( Alexey Gadzhiev (alexey@ace.elektra.ru).   PS. Changes in last release:  I * Added escape key in copy,move,and change directory operation (F10,^Z).  1 * Fix bug in initialization.(parameter VERSIONS).  * Added user menu.   Unsupported stuff:P 1) Key F16 invoke buildin viewer with decoding characters from dos cyrilic tableN to ISO table.(This help view dos russian text files on DEC (iso) environment.)K 2) On each startup CRS add entry in sys$manager:crs.log file about time and N usernames.To turn off define logical name CRS_NO_LOG.To change filename define* new location in logical name CRS_LOGFILE. 