home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / compress / aview351.zip / AVIEW.CTL next >
Text File  |  1993-05-10  |  6KB  |  196 lines

  1. ; -----------------------------------------------------------------------------
  2. ; AVIEW V3.5 Sample control-file, DON'T USE TABS!
  3. ; -----------------------------------------------------------------------------
  4. ;
  5. ;
  6. ; ALTERNATELAYOUT
  7. ; With this command you can select the alternate screen-layout of the
  8. ; archive-lister as default (With full-path).
  9. ;ALTERNATELAYOUT
  10. ;
  11. ;
  12. ;
  13. ; NOCOLOR
  14. ; With this statment you force AVIEW in black and white mode, this can be
  15. ; handy for laptop-users who have a LCD-Screen.
  16. ;NOCOLOR
  17. ;
  18. ;
  19. ;
  20. ; NOMOUSE
  21. ; With this statement you force AVIEW to ignore the mouse when detected.
  22. ;NOMOUSE
  23. ;
  24. ;
  25. ;
  26. ; NOSWAP
  27. ; With this command you force AVIEW not to swap itself out of memory when
  28. ; starting an external utility (not advisable).
  29. ;NOSWAP
  30. ;
  31. ;
  32. ;
  33. ; VIEWER <Trigger> <Viewer> [<Parameters>]
  34. ; With this command you can define up to 32 viewers, with <Trigger> you
  35. ; specify the file-extension which must trigger the viewer, the <Trigger>
  36. ; may include wildcards. Default viewer when non-defined is WPVIEW for all
  37. ; type of files.
  38. VIEWER doc wp %f
  39. VIEWER fli quickfli %f
  40. VIEWER gl  grasprt %f
  41. VIEWER gif bitmap %f
  42. VIEWER pcx bitmap %f
  43. VIEWER *   wpview %f
  44. ;
  45. ;
  46. ;
  47. ; EDITOR <Trigger> <Editor> [<Parameters>]
  48. ; With this command you can define up to 32 editors, with <Trigger> you
  49. ; specify the file-extension which must trigger the editor, the <Trigger>
  50. ; may include wildcards. Default editor when non-defined is NCEDIT for all
  51. ; type of files.
  52. EDITOR doc wp %f
  53. EDITOR lbm dpaint %f
  54. EDITOR gif neopaint %f
  55. EDITOR gif neopaint %f
  56. EDITOR *   ncedit %f
  57. ;
  58. ;
  59. ;
  60. ; EXTRACTPATH <Path>
  61. ; With this command you define the path where files must be extracted to,
  62. ; when this command is NOT used, AVIEW will prompt you for a path.
  63. EXTRACTPATH c:\unpacked
  64. ;
  65. ;
  66. ;
  67. ; SCREENMODE <Lines>
  68. ; With this statement you can define how many lines per screen AVIEW must
  69. ; use, valid number of lines are 25, 35, 40, 43 and 50, note that a number
  70. ; greater than 25 needs a EGA of VGA display-adapter.
  71. SCREENMODE 25
  72. ;
  73. ;
  74. ;
  75. ; SORT <Key> [ascending|descending]
  76. ; With this statement you can define how AVIEW must sort the file-lists as
  77. ; default, valid sort-keys are: NAME, EXTENSION, ORGSIZE, CMPSIZE, DATETIME,
  78. ; METHOD and UNSORTED, optional you can specify with ASCENDING or DESCENDING
  79. ; the default sort direction, default is ASCENDING.
  80. SORT name ascending
  81. ;
  82. ;
  83. ;
  84. ; TEMPPATH <Path>
  85. ; With this command you define the path AVIEW must use as work-directory,
  86. ; this can be a ram-drive which will speed-up AVIEW dramatically.
  87. TEMPPATH d:\
  88. ;
  89. ;
  90. ;
  91. ; SCANNER <Scanner> [<Parameters>]
  92. ; With this command you define the virus-scanner to use after files are
  93. ; unpacked with the unpack function, when no scanner is defined, no virus-
  94. ; scan will be performed.
  95. SCANNER scan %f /a /nomem /noexpire /nopause
  96. ;
  97. ;
  98. ;
  99. ; ZOOMSPEED <Milliseconds)
  100. ; With this command you define the zoom-speed of the popup-windows to build
  101. ; up onto the screen, 0 means immediate popup, default is 10
  102. ZOOMSPEED 10
  103. ;
  104. ;
  105. ;
  106. ; -----------------------------------------------------------------------------
  107. ; The following commands concerns the configuration of the parameters passed
  108. ; by AVIEW to the archive-utils.
  109. ; For normal operation of AVIEW, you don't need to change this, all the
  110. ; following commands are optional, the sample commands reflects the standard
  111. ; default configuration of AVIEW.
  112. ; -----------------------------------------------------------------------------
  113. ;
  114. ; xxxADD <Command-line>
  115. ; xxxDELETE <Command-Line>
  116. ; xxxEXTRACT <Command-Line>
  117. ; xxxUNPACK <Command-Line>
  118. ; xxxUPDATE <Command-Line>
  119. ; xxxRESPONSE <Response-char>
  120. ; With these commands you can configure the interface between AVIEW and the
  121. ; external archive-utilitys, the xxx can be ARC, ARJ, LHA, PAK, ZIP or ZOO.
  122. ; xxxADD      - Defines which parameters to use for adding a file to
  123. ;               an archive, this is used for the ADD function (F7).
  124. ; xxxDELETE   - Defines which parameters to use for deleting a file or files
  125. ;               from an archive, this is used for the DELETE function
  126. ;               (F8 or DEL).
  127. ; xxxEXTRACT  - Defines which parameters to use for extracting a file or files
  128. ;               from an archive, this is used for the extract-function.
  129. ; xxxUNPACK   - Defines which parameters to use for extracting ONE file from
  130. ;               an archive WITHOUT path, this is used internally in AVIEW.
  131. ; xxxUPDATE   - Defines which parameters to use for updating a file in an
  132. ;               archive, this is used after you edited a file from an archive.
  133. ; xxxRESPONSE - Defines which charachter to use before a file name to tell
  134. ;               the archiver that it is a response file, AVIEW defines
  135. ;               automatically when to use this or not.
  136. ;
  137. ; NOTE: There are two variables, %A and %F, thes two must ALWAYS exist in one
  138. ;       of the above parameters (except xxxRESPONSE), %A will be replaced by
  139. ;       AVIEW with the name of the archive processed, and %F with a filename
  140. ;       for adding/deleting/updating, note that AVIEW will automatically add
  141. ;       the response-file-char before the filename when needed.
  142. ;       The variables %A and %F are NOT optional!
  143. ;
  144. ;
  145. ; PKPak/PKUnpak - for ARC files.
  146. ARCadd      PKPAK -a %a %f
  147. ARCdelete   PKPAK -d %a %f
  148. ARCextract  PKUNPAK -r %a %f
  149. ARCunpack   PKUNPAK %a %f
  150. ARCupdate   PKPAK -u %a %f
  151. ARCresponse @
  152. ;
  153. ; ARJ - for ARJ files.
  154. ARJadd      ARJ a -jm -m1 -e %a %f
  155. ARJdelete   ARJ d %a %f
  156. ARJextract  ARJ x -y %a %f
  157. ARJunpack   ARJ e %a %f
  158. ARJupdate   ARJ u -jm -m1 -e %a %f
  159. ARJresponse !
  160. ;
  161. ; LHA - For LZH or LHA files.
  162. LHAadd      LHA a %a %f
  163. LHAdelete   LHA d %a %f
  164. LHAextract  LHA x -c %a %f
  165. LHAunpack   LHA e %a %f
  166. LHAupdate   LHA u %a %f
  167. LHAresponse @
  168. ;
  169. ; PAK - For PAK files.
  170. PAKadd      PAK A %a %f
  171. PAKdelete   PAK D %a %f
  172. PAKextract  PAK E /WA /I %a %f
  173. PAKunpack   PAK E %a %f
  174. PAKupdate   PAK U %a %f
  175. PAKresponse @
  176. ;
  177. ; PKZip/PKUnzip - for ZIP files.
  178. ZIPadd      PKZIP -ex %a %f
  179. ZIPdelete   PKZIP -d %a %f
  180. ZIPextract  PKUNZIP -d -o %a %f
  181. ZIPunpack   PKUNZIP %a %f
  182. ZIPupdate   PKZIP -u -ex %a %f
  183. ZIPresponse @
  184. ;
  185. ; ZOO - for ZOO files.
  186. ZOOadd      ZOO -a %a %f
  187. ZOOdelete   ZOO -d %a %f
  188. ZOOextract  ZOO -e -S %a %f
  189. ZOOunpack   ZOO -e %a %f
  190. ZOOupdate   ZOO -u %a %f
  191. ZOOresponse @
  192. ;
  193. ;
  194. ;
  195. ; <EOF>
  196.