home *** CD-ROM | disk | FTP | other *** search
/ Plex 3 / Plex3.mdf / english / crshell.cfg < prev    next >
Text File  |  1994-11-14  |  1KB  |  42 lines

  1. ; External Viewers
  2. ; ────────────────
  3. ;
  4. ; You can insert your own external viewers in this CRSHELL.CFG :
  5. ;
  6. ; The structure of CRSHELL.CFG is very easy:
  7. ;
  8. ; EXT Viewer-Command
  9. ;
  10. ; If you want to install for example your GIF-Viewer VPIC and
  11. ; your Modplayer DMP.EXE:
  12. ;
  13. ; GIF C:\VPIC\VPIC.EXE *F /a
  14. ; MOD *C DMP *F
  15. ;
  16. ; You can use *C to start DMP.EXE with COMMAND.COM /C
  17. ; In this case the search path will be used to find DMP.EXE.
  18. ; The variable *F is the name of the file you want to view.
  19. ;
  20. ; Save your changed CRSHELL.CFG on your harddisk and set the
  21. ; enviroment variable CRSHELL to your new CRSHELL.CFG
  22. ; by the command SET CRSHELL=C:\CRSHELL\CRSHELL.CFG.
  23. ; It would be usefull to insert this command in your AUTOEXEC.BAT.
  24. ;
  25. ; You can also copy the edited CRSHELL.CFG in your TEMP-Directory,
  26. ; which SET TEMP= points to, e.g. C:\TEMP
  27. ;
  28. ; Here you can see the default config file; you can edit it now:
  29. ;
  30. ; *C = Command.Com /C
  31. ; *F = Filename i.e.  C:\TEMP\NICE.GIF
  32. GIF *C VPIC *F /a
  33. TIF *C VPIC *F /a
  34. PCX *C VPIC *F /a
  35. BMP *C VPIC *F /a
  36. JPG *C QPEG *F
  37. MOD *C ITRACK *F
  38. WAV *C WPLAY *F
  39. VOC *C VPLAY *F
  40. FLI *C QUICKFLI *F
  41. GL  *C GRASPRT *F
  42.