A UNIX file browser. -Donu Arapura If, like me, you've never been particularly enamoured with the command line interface for certain tasks, I have a script which might help. It will allow you to browse through your directories and preview or print text, dvi... files, or issue commands with the mouse. If you just want to try it, type: ~dvb/WWW/scripts/viewdvi & in an xterm (if you run solaris, first make sure /opt/tcl/bin is on you path). If you like it and plan to use it, I'd prefer you copy it to your directory: cp ~dvb/WWW/scripts/viewdvi . make sure it's executable: chmod +x viewdvi Ideally you should put it in a subdirectory contained in your path, otherwise you'll have to invoke it by typing: ~/viewdvi ... & - Donu PS Although I call this a beta test, I've been running this script in some form for about 3 years, and in its present form since mid-summer. There are a couple of rough edges (which you may not notice unless you try to do some really weird stunts), but it's certainly stable enough to use. If you encounter problems, let me know. You're more than welcome to make changes on your own.