{ type f pattern Makefile.;* pixmap makefile.xbm description Makefile { label make run_in_xterm pause_after_exec action "make -f $0" } { label make... run_in_xterm pause_after_exec prompt "Make what file?" action "make -f $0 $*" } { label edit run_in_xterm refresh_dir action "eve $0" } { label print action "print/notify $0" } { label remove refresh_dir action "delete/noconfirm $0" } } { type f pattern [^.]*.C;* pixmap ccode.xbm description "C source code" { label edit run_in_xterm refresh_dir action "eve $0" } { label more run_in_xterm pause_after_exec action "type/page $0" } { label "to object" run_in_xterm pause_after_exec action "cc $0" } { label "to executable" run_in_xterm pause_after_exec action "link $0" } { label print action "print/notify $0" } { label remove refresh_dir action "delete/noconfirm $0" } } { type f pattern SYSDUMP.DMP;* pixmap core.xbm description "Process dump file" { label remove refresh_dir action "delete/nolog/noconfirm $0" } { label debug run_in_xterm action "anal/crash $0" } { label remove refresh_dir action "delete/noconfirm $0" } } { type f pattern [^.]*.DMP;* pixmap core.xbm description "Process dump file" { label remove refresh_dir action "delete/nolog/noconfirm $0" } { label debug run_in_xterm action "anal/process $0" } { label remove refresh_dir action "delete/noconfirm $0" } } { type f pattern [^.]*.H;* pixmap hcode.xbm description "C header files" { label edit run_in_xterm refresh_dir action "eve $0" } { label more run_in_xterm pause_after_exec action "type/page $0" } { label print action "print/notify $0" } { label remove refresh_dir action "delete/noconfirm $0" } } { type f pattern [^.]*.TAR;* pixmap file.xbm description "tar archive" { label "tar x" action "tar xf $0" } { label "tar t" run_in_xterm pause_after_exec action "tar tf $0" } { label "tar xv" run_in_xterm pause_after_exec action "tar xvf $0" } { label remove refresh_dir action "delete/noconfirm $0" } } { type f pattern [^.]*.BCK;* pixmap file.xbm description "Backup Saveset" { label "Extract " action "Backup $0 /save" } { label "List Saveset" run_in_xterm pause_after_exec action "Backup/List $0 /save" } { label "Verbose Extract" run_in_xterm pause_after_exec action "Backup/Log $0 /save" } { label remove refresh_dir action "delete/noconfirm $0" } } { type f pattern [^.]*.OBJ;* pixmap ocode.xbm description "object module" { label "to executable" run_in_xterm pause_after_exec action "link $0" } { label remove refresh_dir action "delete/noconfirm $0" } } { type f pattern [^.]*.Z;* pixmap z.xbm description "compressed file" { label uncompress action "uncompress $0" } { label more run_in_xterm pause_after_exec action "zcat $0 | more" } { label remove refresh_dir action "delete/noconfirm $0" } } { type f pattern [^.]*.xbm;* pixmap bitmap.xbm description "X bitmap" { label edit refresh_dir action "bitmap $0" } { label remove refresh_dir action "delete/noconfirm $0" } } { type f pattern [^.]*.gif;* pixmap bitmap.xbm description "GIFF image" { label "view (xv)" action "xv $0" } { label remove refresh_dir action "delete/noconfirm $0" } } { type f pattern [^.]*.jpg;* pixmap bitmap.xbm description "JPEG image" { label "view (xv)" action "xv $0" } { label remove refresh_dir action "delete/noconfirm $0" } } { type f pattern MAKE.COM;* pixmap make.xbm description Makefile { label make run_in_xterm pause_after_exec action "@ $0 " } { label make... run_in_xterm pause_after_exec prompt "Make commands" action "@ $0 $*" } { label edit refresh_dir run_in_xterm action "eve $0" } { label print action "print/notify $0" } { label remove refresh_dir action "delete/noconfirm $0" } } { type f pattern [^.]*.com;* pixmap prog.xbm description "DCL Command Procedure" { label execute run_in_xterm pause_after_exec action "@ $0" } { label execute... run_in_xterm pause_after_exec prompt "Enter the command line arguments:" action "@ $0 $*" } { label edit refresh_dir run_in_xterm action "eve $0" } { label print action "print/notify $0" } { label remove refresh_dir action "delete/noconfirm $0" } } { type f pattern [^.]*.hlp;* pixmap manpage.xbm description "DCL Command Procedure" { label Convert run_in_xterm pause_after_exec prompt "Help library name" action "Library/Help/Create $1 $0" } { label edit refresh_dir run_in_xterm action "eve $0" } { label print action "print/notify $0" } { label remove refresh_dir action "delete/noconfirm $0" } } { type f pattern [^.]*.lis;* pixmap text.xbm description "Source Listing" { label edit refresh_dir run_in_xterm action "eve $0" } { label print action "print/notify $0" } { label remove refresh_dir action "delete/noconfirm $0" } } { type x pattern X*[^.]*.EXE;* pixmap xlogo32.xbm description "X program" { label execute action "MCR $0" } { label execute... prompt "Enter the command line arguments:" action "MCR $0 $*" } { label remove refresh_dir action "delete/noconfirm $0" } } { type x pattern [^.]*.exe;* pixmap prog.xbm description program { label execute run_in_xterm pause_after_exec action "MCR $0" } { label execute... run_in_xterm pause_after_exec prompt "Enter the command line arguments:" action "MCR $0 $*" } { label remove refresh_dir action "delete/noconfirm $0" } } { type d pattern VMS_UNIX_DIR_HACK.DIR;* pixmap dotdot.xbm { label chdir action "$cd $0" } { label open action "$opendir $0" } } { type d pattern [^.]*.dir;* pixmap folder.xbm { label chdir action "$cd $0" } { label open action "$opendir $0" } } { type f pattern [^.]*.* pixmap file.xbm { label edit refresh_dir run_in_xterm action "eve $0" } { label more run_in_xterm pause_after_exec action "type/page $0" } { label print action "print/notify $0" } { label remove refresh_dir action "delete/noconfirm $0" } } { type p pattern * pixmap "" { label print action "print/notify $0" } { label information run_in_xterm pause_after_exec action "$information $0" } { label remove refresh_dir action "delete/noconfirm $0" } { label purge refresh_dir action "purge/nolog " } { label purge... refresh_dir prompt "Purge file specification?" action "purge/nolog $*" } { label "refresh dir" action $refresh } }