
# text/html; "C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE" %s
# text/html; /apps/lynx/lynx.bat -dump -force_html %s ; copiousoutput
# application/postscript; /apps/gsview/gsview/gsview32.exe %s
# application/pdf; /apps/gsview/gsview/gsview32.exe %s
# application/msword; /apps/WordView/WORDVIEW.EXE %s
# application/msword; /apps/catdoc/catdoc.exe -s8859-1 -dcp850 %s ; copiousoutput
# image/*; "C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE" %s


% ------------------------------
%
% # Use xanim to view all videos   Xanim produces a header on startup,
% # send that to /dev/null so I don't see it
% video/*;        xanim %s > /dev/null
%
% # Send html to a running netscape by remote
% text/html;      netscape -remote 'openURL(%s)'; test=RunningNetscape
%
% # If I'm not running netscape but I am running X, start netscape on the
% # object
% text/html;      netscape %s; test=RunningX
%
% # Else use lynx to view it as text
% text/html;      lynx %s
%
% # This version would convert the text/html to text/plain
% text/html;      lynx -dump %s; copiousoutput
%
% # enriched.sh converts text/enriched to text/html and then uses
% # lynx -dump to convert it to text/plain
% text/enriched;  enriched.sh ; copiousoutput
%
% # I use enscript to print text in two columns to a page
% text/*;         more %s; print=enscript -2Gr %s
%
% # Netscape adds a flag to tell itself to view jpegs internally
% image/jpeg;xv %s; x-mozilla-flags=internal
%
% # Use xv to view images if I'm running X
% # In addition, this uses the \ to extend the line and set my editor
% # for images
% image/*;xv %s; test=RunningX; \
%         edit=xpaint %s
%
% # Convert images to text using the netpbm tools
% image/*;  (anytopnm %s | pnmscale -xysize 80 46 | ppmtopgm | pgmtopbm | pbmtoascii -1x2 ) 2>&1 ; copiousoutput
%
% # Send excel spreadsheets to my NT box
% application/ms-excel; open.pl %s
%
% ------------------------------
