home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / ra / raft27.zip / RAFT.CTL < prev    next >
Text File  |  1993-07-18  |  2KB  |  70 lines

  1. ; RAFT V2.7 Control file, don't use any tabs!
  2. ; This file must be named RAFT.CTL and must be placed in the
  3. ; same directory as RAFT.EXE.
  4. ;
  5. ; Lines beginning with a semi-colomn (;) are ingnored.
  6. ;
  7. ;
  8. ;
  9. ; With the VIEWER and ARCCONV commands you can use the following
  10. ; variables.
  11. ;
  12. ; %E - Extension of selected file.
  13. ; %F - Full path and filename of selected file.
  14. ; %N - Full filename and extension of selected file.
  15. ; %P - Full path to selected file (no trailing backslash).
  16. ;
  17. ;
  18. ;
  19. ; ARCCONV <Command>
  20. ; With this command you define how to use the archive-converter
  21. ; function (ALT-C) from within RAFT.
  22. ARCCONV mta %f /arj
  23. ;
  24. ;
  25. ;
  26. ; COLOR
  27. ; With this command you force RAFT into color mode, use this only
  28. ; when your screen doesn't look right, RAFT automatically detects when
  29. ; to use colors or not.
  30. ;COLOR
  31. ;
  32. ;
  33. ;
  34. ; MONO
  35. ; With this command you force RAFT into monochroom mode, use this only
  36. ; when your screen doesn't look right, RAFT automatically detects when
  37. ; to use colors or not.
  38. ;MONO
  39. ;
  40. ;
  41. ;
  42. ; NOCHECK
  43. ; With this command you force RAFT to NOT check for any MISSING files
  44. ; when you enter an area, this has the same effect when you start
  45. ; RAFT with the /N parameter.
  46. ;NOCHECK
  47. ;
  48. ;
  49. ;
  50. ; VIEWER <Extension> <Command>
  51. ; With this command you can define several viewers (up to 32) to use
  52. ; with the view-file (ALT-V) function, the first parameter is the
  53. ; extension of the selected file that must trigger the viewer, the
  54. ; second parameter is the command to execute the viewer.
  55. ; Wildcards in the trigger-extension are supported.
  56. VIEWER arc aview %f
  57. VIEWER arj aview %f
  58. VIEWER pak aview %f
  59. VIEWER lzh aview %f
  60. VIEWER lha aview %f
  61. VIEWER zip aview %f
  62. VIEWER gif svga /s %f
  63. VIEWER pcx svga /s %f
  64. VIEWER com scan %f /nomem
  65. VIEWER exe scan %f /nomem
  66. VIEWER * shez %f
  67. ;
  68. ;
  69. ; <EOF>
  70.