home *** CD-ROM | disk | FTP | other *** search
/ Plex 4 / Plex4.mdf / english / crshell.cfg < prev    next >
Text File  |  1994-10-22  |  1KB  |  38 lines

  1. ; External Viewers
  2. ; ────────────────
  3. ;
  4. ; You can insert in this CRSHELL.CFG your own external viewers:
  5. ;
  6. ; The structure of CRSHELL.CFG is very easy:
  7. ;
  8. ; EXT Viewer-Command
  9. ;
  10. ; for example you want to install 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 for COMMAND.COM /C, then DMP.EXE will be started
  17. ; from the DOS-Commandline (and also looked in all Search-Pathes).
  18. ; The variable *F is the name of the file, you want to view.
  19. ;
  20. ; Save your changed CRSHELL.CFG on your harddisk an set the
  21. ; enviroment-variable CRSHELL to your new CRSHELL.CFG.
  22. ; You make this with the command SET CRSHELL=C:\CRSHELL\CRSHELL.CFG
  23. ; Insert this command in your AUTOEXEC.BAT.
  24. ;
  25. ; You can also copy the edited CRSHELL.CFG in your TEMP-Directory,
  26. ; to which SET TEMP= points, i.e. C:\TEMP
  27. ;
  28. ; Here ist the default config file, you can edit it now:
  29. ;
  30. ; *C = Command.Com /C
  31. ; *F = Filename i.e.  C:\TEMP\SCHOEN.GIF
  32. GIF *C VPIC *F /a
  33. MOD *C DMP *F
  34. WAV *C WPLAY *F
  35. VOC *C VPLAY *F
  36. FLI *C QUICKFLI *F
  37. GL  *C GRASPRT *F
  38.