home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / UTIL_ARC / NCAV46B2.ZIP / AVIEW.CTL next >
Text File  |  1994-03-03  |  9KB  |  306 lines

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