home *** CD-ROM | disk | FTP | other *** search
/ Reno 2 / RENO2.ISO / cdmenu_e / aview.ctl < prev    next >
Text File  |  1994-06-01  |  2KB  |  72 lines

  1. ; AVIEW V3.0 Sample control-file, DON'T USE TABS!
  2. ;
  3. ;
  4. ;
  5. ; NOCOLOR
  6. ; With this statment you force AVIEW in black and white mode, this can be
  7. ; handy for laptop-users who have a LCD-Screen.
  8. ;NOCOLOR
  9. ;
  10. ;
  11. ;
  12. ; NOMOUSE
  13. ; With this statement you force AVIEW to ignore the mouse when detected.
  14. ;NOMOUSE
  15. ;
  16. ;
  17. ;
  18. ; VIEWER <Trigger> <Viewer> [<Parameters>]
  19. ; With this command you can define up to 16 viewers, with <Trigger> you
  20. ; specify the file-extension which must trigger the viewer, the <Trigger>
  21. ; may include wildcards. Default viewer when non-defined is WPVIEW for all
  22. ; type of files.
  23. VIEWER doc word %f
  24. VIEWER fli quickfli %f
  25. VIEWER gl  grasprt %f
  26. VIEWER gif bitmap %f
  27. VIEWER pcx bitmap %f
  28. VIEWER *   wpview %f
  29. ;
  30. ;
  31. ;
  32. ; EDITOR <Editor> [<Parameters>]
  33. ; With this command you define the editor to use with the edit-function.
  34. ; Default editor when non defined is NCEDIT.
  35. ; NOTE: Use an editor which DOES NOT create any backup-files.
  36. EDITOR ncedit
  37. ;
  38. ;
  39. ;
  40. ; EXTRACTPATH <Path>
  41. ; With this command you define the path where files must be extracted to,
  42. ; when this command is NOT used, AVIEW will prompt you for a path.
  43. EXTRACTPATH c:\unpacked
  44. ;
  45. ;
  46. ;
  47. ; SORT <Key> [ascending|descending]
  48. ; With this statement you can define how AVIEW must sort the file-lists as
  49. ; default, valid sort-keys are: NAME, EXTENSION, ORGSIZE, CMPSIZE, DATETIME
  50. ; and METHOD, optional you can specify with ASCENDING or DESCENDING the
  51. ; default sort direction.
  52. SORT name ascending
  53. ;
  54. ;
  55. ;
  56. ; TEMPPATH <Path>
  57. ; With this command you define the path AVIEW must use as work-directory,
  58. ; this can be a ram-drive which will speed-up AVIEW dramatically.
  59. TEMPPATH d:\
  60. ;
  61. ;
  62. ;
  63. ; SCANNER <Scanner> [<Parameters>]
  64. ; With this command you define the virus-scanner to use after files are
  65. ; unpacked with the unpack function, when no scanner is defined, no virus-
  66. ; scan will be performed.
  67. SCANNER scan %f /a /nomem /noexpire /nopause
  68. ;
  69. ;
  70. ;
  71. ; <EOF>
  72.