home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / NCAV43S.ZIP / AVIEW.CTL next >
Text File  |  1994-01-08  |  8KB  |  256 lines

  1. ; -----------------------------------------------------------------------------
  2. ; AVIEW V4.2 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), this option works like a
  9. ; toggle in AVIEW by pressing ALT-L.
  10. ;ALTERNATELAYOUT
  11. ;
  12. ;
  13. ;
  14. ; DATEFORMAT <Dateformat>
  15. ; With this statement you can define how the file-date is shown, include
  16. ; MM for month, DD for day and YY for year, the sepparation-chars can be
  17. ; freely defined, default is MM/DD/YY
  18. DATEFORMAT MM/DD/YY
  19. ;
  20. ;
  21. ;
  22. ; FSSORT <Key> [Ascending|Descending]
  23. ; With this statement you can define how AVIEW must sort the file-selector
  24. ; file-list as default, valid sort-keys are: NAME, EXTENSION, SIZE, DATETIME,
  25. ; and UNSORTED, optional you can specify with ASCENDING or DESCENDING the
  26. ; default sort direction, default is ASCENDING.
  27. FSSORT name ascending
  28. ;
  29. ;
  30. ;
  31. ; NOCOLOR
  32. ; With this statement you force AVIEW in black and white mode, this can be
  33. ; handy for laptop-users who have a LCD-Screen.
  34. ;NOCOLOR
  35. ;
  36. ;
  37. ;
  38. ; NOEMS
  39. ; With this statement you tell AVIEW to NOT use any EMS when swapping.
  40. ;NOEMS
  41. ;
  42. ;
  43. ;
  44. ; NOMOUSE
  45. ; With this statement you force AVIEW to ignore the mouse when detected.
  46. ;NOMOUSE
  47. ;
  48. ;
  49. ;
  50. ; NOPATHS
  51. ; With this statement you tell AVIEW to NOT extract any path-information
  52. ; from an archive.
  53. ;NOPATHS
  54. ;
  55. ;
  56. ;
  57. ; NOUMB
  58. ; With this statement you tell AVIEW to NOT use any UMB when swapping.
  59. ;NOUMB
  60. ;
  61. ;
  62. ;
  63. ; NOXMS
  64. ; With this statement you tell AVIEW to NOT use any XMS when swapping.
  65. ;NOXMS
  66. ;
  67. ;
  68. ;
  69. ; VIEWER <Trigger> <Viewer> [<Parameters>]
  70. ; With this command you can define up to 32 viewers, with <Trigger> you
  71. ; specify the file-extension which must trigger the viewer, the <Trigger>
  72. ; may include wildcards. Default viewer when non-defined is WPVIEW for all
  73. ; type of files.
  74. VIEWER doc wp %f
  75. VIEWER fli quickfli %f
  76. VIEWER gl  grasprt %f
  77. VIEWER gif bitmap %f
  78. VIEWER pcx bitmap %f
  79. VIEWER *   wpview %f
  80. ;
  81. ;
  82. ;
  83. ; EDITOR <Trigger> <Editor> [<Parameters>]
  84. ; With this command you can define up to 32 editors, with <Trigger> you
  85. ; specify the file-extension which must trigger the editor, the <Trigger>
  86. ; may include wildcards. Default editor when non-defined is NCEDIT for all
  87. ; type of files.
  88. EDITOR doc wp %f
  89. EDITOR lbm dpaint %f
  90. EDITOR gif neopaint %f
  91. EDITOR pcx neopaint %f
  92. EDITOR *   ncedit %f
  93. ;
  94. ;
  95. ;
  96. ; EXTRACTPATH <Path>
  97. ; With this command you define the path where files must be extracted to,
  98. ; when this command is NOT used, AVIEW will prompt you for a path.
  99. EXTRACTPATH c:\unpacked
  100. ;
  101. ;
  102. ;
  103. ; SCREENMODE <Lines>
  104. ; With this statement you can define how many lines per screen AVIEW must
  105. ; use, valid number of lines are 25, 35, 40, 43 and 50, note that a number
  106. ; greater than 25 needs a EGA of VGA display-adapter.
  107. SCREENMODE 25
  108. ;
  109. ;
  110. ;
  111. ; SORT <Key> [Ascending|Descending]
  112. ; With this statement you can define how AVIEW must sort the file-lists as
  113. ; default, valid sort-keys are: NAME, EXTENSION, ORGSIZE, CMPSIZE, DATETIME,
  114. ; METHOD and UNSORTED, optional you can specify with ASCENDING or DESCENDING
  115. ; the default sort direction, default is ASCENDING.
  116. SORT name ascending
  117. ;
  118. ;
  119. ;
  120. ; SWAPPATH <Path>
  121. ; With this command you define the path AVIEW must use to write it's
  122. ; swapfiles in.
  123. SWAPPATH d:\aviewtmp
  124. ;
  125. ;
  126. ;
  127. ; TEMPPATH <Path>
  128. ; With this command you define the path AVIEW must use as work-directory,
  129. ; this can be a ram-drive which will speed-up AVIEW dramatically, when the
  130. ; directory does not exist, it will be created.
  131. TEMPPATH d:\aviewtmp
  132. ;
  133. ;
  134. ;
  135. ; SCANNER <Scanner> [<Parameters>]
  136. ; With this command you define the virus-scanner to use after files are
  137. ; unpacked with the unpack function, when no scanner is defined, no virus-
  138. ; scan will be performed.
  139. SCANNER tbav %f af ba ll=1 ln=c:\aview4us.log lo nb nm
  140. ;
  141. ;
  142. ;
  143. ; ZOOMSPEED <Milliseconds)
  144. ; With this command you define the zoom-speed of the popup-windows to build
  145. ; up onto the screen, 0 means immediate popup, default is 10
  146. ZOOMSPEED 10
  147. ;
  148. ;
  149. ;
  150. ; -----------------------------------------------------------------------------
  151. ; The following commands concerns the configuration of the parameters passed
  152. ; by AVIEW to the archive-utils.
  153. ; For normal operation of AVIEW, you don't need to change this, all the
  154. ; following commands are optional, the sample commands reflects the standard
  155. ; default configuration of AVIEW.
  156. ; -----------------------------------------------------------------------------
  157. ;
  158. ; xxxADD <Command-line>
  159. ; xxxDELETE <Command-Line>
  160. ; xxxEXTRACT <Command-Line>
  161. ; xxxUNPACK <Command-Line>
  162. ; xxxUPDATE <Command-Line>
  163. ; xxxRESPONSE <Response-char>
  164. ; With these commands you can configure the interface between AVIEW and the
  165. ; external archive-utilitys, the xxx can be ARC, ARJ, LHA, PAK, ZIP or ZOO.
  166. ; xxxADD      - Defines which parameters to use for adding a file to
  167. ;               an archive, this is used for the ADD function (F7).
  168. ; xxxDELETE   - Defines which parameters to use for deleting a file or files
  169. ;               from an archive, this is used for the DELETE function
  170. ;               (F8 or DEL).
  171. ; xxxEXTRACT  - Defines which parameters to use for extracting a file or files
  172. ;               from an archive, this is used for the extract-function.
  173. ; xxxUNPACK   - Defines which parameters to use for extracting ONE file from
  174. ;               an archive WITHOUT path, this is used internally in AVIEW.
  175. ; xxxUPDATE   - Defines which parameters to use for updating a file in an
  176. ;               archive, this is used after you edited a file from an archive.
  177. ; xxxRESPONSE - Defines which charachter to use before a file name to tell
  178. ;               the archiver that it is a response file, AVIEW defines
  179. ;               automatically when to use this or not.
  180. ;
  181. ; NOTE: There are two variables, %A and %F, thes two must ALWAYS exist in one
  182. ;       of the above parameters (except xxxRESPONSE), %A will be replaced by
  183. ;       AVIEW with the name of the archive processed, and %F with a filename
  184. ;       for adding/deleting/updating, note that AVIEW will automatically add
  185. ;       the response-file-char before the filename when needed.
  186. ;       The variables %A and %F are NOT optional!
  187. ;
  188. ;
  189. ; PKPak/PKUnpak - for ARC files.
  190. ARCadd      PKPAK -a %a %f
  191. ARCdelete   PKPAK -d %a %f
  192. ARCextract  PKUNPAK -r %a %f
  193. ARCunpack   PKUNPAK %a %f
  194. ARCupdate   PKPAK -u %a %f
  195. ARCresponse @
  196. ;
  197. ; ARJ - for ARJ files.
  198. ARJadd      ARJ a -jm -m1 -e %a %f
  199. ARJdelete   ARJ d %a %f
  200. ARJextract  ARJ x -y %a %f
  201. ARJunpack   ARJ e %a %f
  202. ARJupdate   ARJ u -jm -m1 -e %a %f
  203. ARJresponse !
  204. ;
  205. ; HYP - for HYPER files.
  206. HYPadd      HYPER -a %a %f
  207. HYPdelete   HYPER -d %a %f
  208. HYPextract  HYPER -xo -p %a %f
  209. HYPunpack   HYPER -xo %a %f
  210. HYPupdate   HYPER -u %a %f
  211. HYPresponse  
  212. ;
  213. ; LHA - For LZH or LHA files.
  214. LHAadd      LHA a %a %f
  215. LHAdelete   LHA d %a %f
  216. LHAextract  LHA x -c %a %f
  217. LHAunpack   LHA e %a %f
  218. LHAupdate   LHA u %a %f
  219. LHAresponse @
  220. ;
  221. ; PAK - For PAK files.
  222. PAKadd      PAK A %a %f
  223. PAKdelete   PAK D %a %f
  224. PAKextract  PAK E /WA /I %a %f
  225. PAKunpack   PAK E %a %f
  226. PAKupdate   PAK U %a %f
  227. PAKresponse @
  228. ;
  229. ; SQZ - For Squeeze files.
  230. SQZadd      SQZ a /m4 %a %f
  231. SQZdelete   SQZ d %a %f
  232. SQZextract  SQZ x %a %f
  233. SQZunpack   SQZ e %a %f
  234. SQZupdate   SQZ u /m4 %a %f
  235. SQZresponse @
  236. ;
  237. ; PKZip/PKUnzip - for ZIP files.
  238. ZIPadd      PKZIP -ex %a %f
  239. ZIPdelete   PKZIP -d %a %f
  240. ZIPextract  PKUNZIP -d -o %a %f
  241. ZIPunpack   PKUNZIP %a %f
  242. ZIPupdate   PKZIP -u -ex %a %f
  243. ZIPresponse @
  244. ;
  245. ; ZOO - for ZOO files.
  246. ZOOadd      ZOO -a %a %f
  247. ZOOdelete   ZOO -d %a %f
  248. ZOOextract  ZOO -e -S %a %f
  249. ZOOunpack   ZOO -e %a %f
  250. ZOOupdate   ZOO -u %a %f
  251. ZOOresponse @
  252. ;
  253. ;
  254. ;
  255. ; <EOF>
  256.