home *** CD-ROM | disk | FTP | other *** search
- ; External Viewers
- ; ────────────────
- ;
- ; You can insert your own external viewers in this CRSHELL.CFG :
- ;
- ; The structure of CRSHELL.CFG is very easy:
- ;
- ; EXT Viewer-Command
- ;
- ; If you want to install for example your GIF-Viewer VPIC and
- ; your Modplayer DMP.EXE:
- ;
- ; GIF C:\VPIC\VPIC.EXE *F /a
- ; MOD *C DMP *F
- ;
- ; You can use *C to start DMP.EXE with COMMAND.COM /C
- ; In this case the search path will be used to find DMP.EXE.
- ; The variable *F is the name of the file you want to view.
- ;
- ; Save your changed CRSHELL.CFG on your harddisk and set the
- ; enviroment variable CRSHELL to your new CRSHELL.CFG
- ; by the command SET CRSHELL=C:\CRSHELL\CRSHELL.CFG.
- ; It would be usefull to insert this command in your AUTOEXEC.BAT.
- ;
- ; You can also copy the edited CRSHELL.CFG in your TEMP-Directory,
- ; which SET TEMP= points to, e.g. C:\TEMP
- ;
- ; Here you can see the default config file; you can edit it now:
- ;
- ; *C = Command.Com /C
- ; *F = Filename i.e. C:\TEMP\NICE.GIF
- GIF *C VPIC *F /a
- TIF *C VPIC *F /a
- PCX *C VPIC *F /a
- BMP *C VPIC *F /a
- JPG *C QPEG *F
- MOD *C ITRACK *F
- WAV *C WPLAY *F
- VOC *C VPLAY *F
- FLI *C QUICKFLI *F
- GL *C GRASPRT *F
-