home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / av48b7.zip / AVIEW.CTL next >
Text File  |  1994-12-03  |  10KB  |  363 lines

  1. ; -----------------------------------------------------------------------------
  2. ; AVIEW V4.8 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 64 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. ; NOEMS
  59. ; With this statement you force AVIEW to NOT use any EMS memory
  60. ;NOEMS
  61. ;
  62. ;
  63. ;
  64. ; NOMOUSE
  65. ; With this statement you force AVIEW to ignore the mouse when detected.
  66. ;NOMOUSE
  67. ;
  68. ;
  69. ;
  70. ; NOPATHS
  71. ; With this statement you tell AVIEW to NOT extract any path-information
  72. ; from an archive.
  73. ;NOPATHS
  74. ;
  75. ;
  76. ;
  77. ; NOSNOW
  78. ; With this statement you tell aview to suppress snow on (old) CGA-Cards.
  79. ;NOSNOW
  80. ;
  81. ;
  82. ;
  83. ; NOXMS
  84. ; with this statement you force AVIEW to NOT use any XMS memory.
  85. ;NOXMS
  86. ;
  87. ;
  88. ;
  89. ; SCANNER <Scanner> [<Parameters>]
  90. ; With this command you define the virus-scanner to use after files are
  91. ; unpacked with the unpack function, when no scanner is defined, no virus-
  92. ; scan will be performed.
  93. SCANNER tbscan %f af ba in ll=1 ln=c:\aview4us.log lo nb nm
  94. ;
  95. ;
  96. ;
  97. ; SCANPROMPT
  98. ; With this statement you force AVIEW to ask you to execute the virus-
  99. ; scanner after files are extracted from an archive.
  100. ;SCANPROMPT
  101. ;
  102. ;
  103. ;
  104. ; SCREENMODE <Lines>
  105. ; With this statement you can define how many lines per screen AVIEW must
  106. ; use, valid number of lines are 25, 35, 40, 43 and 50, note that a number
  107. ; greater than 25 needs a EGA of VGA display-adapter.
  108. SCREENMODE 25
  109. ;
  110. ;
  111. ;
  112. ; SHOWSPECIAL
  113. ; Special 'hidden' files are not shown by AVIEW as default, this is done
  114. ; for example for the UC2 U$~*.* files, when you enable this keyword,
  115. ; AVIEW will handle the special files as normal files.
  116. ;SHOWSPECIAL
  117. ;
  118. ;
  119. ;
  120. ; SORT <Key> [Ascending|Descending]
  121. ; With this statement you can define how AVIEW must sort the file-lists as
  122. ; default, valid sort-keys are: NAME, EXTENSION, ORGSIZE, CMPSIZE, DATETIME,
  123. ; METHOD and UNSORTED, optional you can specify with ASCENDING or DESCENDING
  124. ; the default sort direction, default is ASCENDING.
  125. SORT name ascending
  126. ;
  127. ;
  128. ;
  129. ; SWAPMODE <Mode>
  130. ; With this command you define how AVIEW must swap before executing of
  131. ; an external utility, mode can be:  0 - Swap to EMS/Disk
  132. ;                                    1 - Swap to EMS/XMS/Disk
  133. ;                                    2 - Swap to XMS/Disk
  134. ;                                    3 - Swap to XMS/EMS/Disk
  135. ;                                    4 - Swap to Disk
  136. SWAPMODE 1
  137. ;
  138. ;
  139. ;
  140. ; SWAPPATH <Path>
  141. ; With this command you define the path AVIEW must use to write it's
  142. ; swapfiles in.
  143. SWAPPATH d:\aviewtmp
  144. ;
  145. ;
  146. ;
  147. ; TEMPPATH <Path>
  148. ; With this command you define the path AVIEW must use as work-directory,
  149. ; this can be a ram-drive which will speed-up AVIEW dramatically, when the
  150. ; directory does not exist, it will be created.
  151. TEMPPATH d:\aviewtmp
  152. ;
  153. ;
  154. ;
  155. ; TEMPREMOVE
  156. ; With this command you force AVIEW to remove the TEMPPATH and all it
  157. ; contents when AVIEW exits to DOS. As default AVIEW will only removes
  158. ; it's temppry directories/files created in the TEMPPATH.
  159. ;TEMPREMOVE
  160. ;
  161. ;
  162. ;
  163. ; VIEWER <Trigger> <Viewer> [<Parameters>]
  164. ; With this command you can define up to 64 viewers, with <Trigger> you
  165. ; specify the file-extension which must trigger the viewer, the <Trigger>
  166. ; may include wildcards. Default viewer when non-defined is WPVIEW for all
  167. ; type of files.
  168. VIEWER fli quickfli %f
  169. VIEWER gl  grasprt %f
  170. VIEWER gif bitmap %f
  171. VIEWER pcx bitmap %f
  172. VIEWER *   wpview %f
  173. ;
  174. ;
  175. ;
  176. ; WAIT
  177. ; With this command you force AVIEW to wait on a keypress after each
  178. ; external utility executed.
  179. ;WAIT
  180. ;
  181. ;
  182. ;
  183. ; -----------------------------------------------------------------------------
  184. ; The following commands concerns the configuration of the parameters passed
  185. ; by AVIEW to the archive-utils.
  186. ; For normal operation of AVIEW, you don't need to change this, all the
  187. ; following commands are optional, the sample commands reflects the standard
  188. ; default configuration of AVIEW.
  189. ; -----------------------------------------------------------------------------
  190. ;
  191. ; xxxADD <Command-line>
  192. ; xxxDELETE <Command-Line>
  193. ; xxxEXTRACT <Command-Line>
  194. ; NOxxx
  195. ; xxxSFX <Type> <Parameters|Command-Line>
  196. ; xxxTEST <Command-Line>
  197. ; xxxUNPACK <Command-Line>
  198. ; xxxUPDATE <Command-Line>
  199. ; xxxRESPONSE <Response-char>
  200. ; With these commands you can configure the interface between AVIEW and the
  201. ; external archive-utilitys, the xxx can be ARC, ARJ, HYP, LHA, PAK, RAR,
  202. ; SQZ, UC2, ZIP or ZOO.
  203. ; xxxADD      - Defines which parameters to use for adding a file to
  204. ;               an archive, this is used for the ADD function (F7).
  205. ; xxxDELETE   - Defines which parameters to use for deleting a file or files
  206. ;               from an archive, this is used for the DELETE function
  207. ;               (F8 or DEL).
  208. ; xxxEXTRACT  - Defines which parameters to use for extracting a file or files
  209. ;               from an archive, this is used for the extract-function.
  210. ; NOxxx       - Disable archiver.
  211. ; xxxRESPONSE - Defines which charachter to use before a file name to tell
  212. ;               the archiver that it is a response file, AVIEW defines
  213. ;               automatically when to use this or not.
  214. ; xxxSFX      - Defines which utility to start or which parameters to use
  215. ;               for creating self-extracting archives, for type you can
  216. ;               define PARAM to define the parameters to use with the xxxADD
  217. ;               command, or EXEC to define an external utility to execute.
  218. ; xxxTEST     - Defines which parameters to use for testing an archive.
  219. ; xxxUNPACK   - Defines which parameters to use for extracting ONE file from
  220. ;               an archive WITHOUT path, this is used internally in AVIEW.
  221. ; xxxUPDATE   - Defines which parameters to use for updating a file in an
  222. ;               archive, this is used after you edited a file from an archive.
  223. ;
  224. ; NOTE: There are two variables, %A and %F, thes two must ALWAYS exist in one
  225. ;       of the above parameters (except NOxxx and xxxRESPONSE, xxxSFX only
  226. ;       needs %A), %A will be replaced by AVIEW with the name of the archive
  227. ;       processed, and %F with a filename for adding/deleting/updating, note
  228. ;       that AVIEW will automatically add the response-file-char before the
  229. ;       filename when needed. The variables %A and %F are NOT optional!
  230. ;
  231. ;
  232. ; PKPak/PKUnpak - for ARC files.
  233. ARCadd      PKPAK -a %a %f
  234. ARCdelete   PKPAK -d %a %f
  235. ARCextract  PKUNPAK -r %a %f
  236. ARCsfx
  237. ARCtest     PKUNPAK -t %a
  238. ARCunpack   PKUNPAK %a %f
  239. ARCupdate   PKPAK -u %a %f
  240. ARCresponse @
  241. ;NOARC
  242. ;
  243. ;
  244. ;
  245. ; ARJ - for ARJ files.
  246. ARJadd      ARJ a -jm -m1 -e %a %f
  247. ARJdelete   ARJ d %a %f
  248. ARJextract  ARJ x -y %a %f
  249. ARJsfx      PARAM -je
  250. ARJtest     ARJ t %a
  251. ARJunpack   ARJ e %a %f
  252. ARJupdate   ARJ u -jm -m1 -e %a %f
  253. ARJresponse !
  254. ;NOARJ
  255. ;
  256. ;
  257. ;
  258. ; HYP - for HYPER files.
  259. HYPadd      HYPER -a %a %f
  260. HYPdelete   HYPER -d %a %f
  261. HYPextract  HYPER -xo -p %a %f
  262. HYPsfx
  263. HYPtest
  264. HYPunpack   HYPER -xo %a %f
  265. HYPupdate   HYPER -u %a %f
  266. HYPresponse
  267. ;NOHYP
  268. ;
  269. ;
  270. ;
  271. ; LHA - For LZH or LHA files.
  272. LHAadd      LHA a %a %f
  273. LHAdelete   LHA d %a %f
  274. LHAextract  LHA x -c %a %f
  275. LHAsfx      EXEC LHA s %a
  276. LHAtest     LHA t %a
  277. LHAunpack   LHA e %a %f
  278. LHAupdate   LHA u %a %f
  279. LHAresponse @
  280. ;NOLHA
  281. ;
  282. ;
  283. ;
  284. ; PAK - For PAK files.
  285. PAKadd      PAK A %a %f
  286. PAKdelete   PAK D %a %f
  287. PAKextract  PAK E /WA /I %a %f
  288. PAKsfx      PARAM /EXE
  289. PAKtest     PAK T %a
  290. PAKunpack   PAK E %a %f
  291. PAKupdate   PAK U %a %f
  292. PAKresponse @
  293. ;NOPAK
  294. ;
  295. ;
  296. ;
  297. ; RAR - For RAR files.
  298. RARadd      RAR a -m5 -std %a %f
  299. RARdelete   RAR d -std %a %f
  300. RARextract  RAR x -o+ -std %a %f
  301. RARsfx      PARAM -sfx
  302. RARtest     RAR t -std %a
  303. RARunpack   RAR e -o+ -std %a %f
  304. RARupdate   RAR u -m5 -std %a %f
  305. RARresponse @
  306. ;NORAR
  307. ;
  308. ;
  309. ;
  310. ; SQZ - For Squeeze files.
  311. SQZadd      SQZ a /m4 %a %f
  312. SQZdelete   SQZ d %a %f
  313. SQZextract  SQZ x %a %f
  314. SQZsfx      EXEC SQZ s %a
  315. SQZtest     SQZ t %a
  316. SQZunpack   SQZ e %a %f
  317. SQZupdate   SQZ u /m4 %a %f
  318. SQZresponse @
  319. ;NOSQZ
  320. ;
  321. ;
  322. ;
  323. ; UC2 - For UC2 files.
  324. UC2add      UC a -b -f -tst %a %f
  325. UC2delete   UC d -f %a %f
  326. UC2extract  UC e -f -s %a %f
  327. UC2sfx
  328. UC2test     UC t %a
  329. UC2unpack   UC e -f %a %f
  330. UC2update   UC a -b -f -tst %a %f
  331. UC2response @
  332. ;NOUC2
  333. ;
  334. ;
  335. ;
  336. ; PKZip/PKUnzip - for ZIP files.
  337. ZIPadd      PKZIP -ex %a %f
  338. ZIPdelete   PKZIP -d %a %f
  339. ZIPextract  PKUNZIP -d -o %a %f
  340. ZIPsfx      EXEC ZIP2EXE %a
  341. ZIPtest     PKUNZIP -t %a
  342. ZIPunpack   PKUNZIP %a %f
  343. ZIPupdate   PKZIP -u -ex %a %f
  344. ZIPresponse @
  345. ;NOZIP
  346. ;
  347. ;
  348. ;
  349. ; ZOO - for ZOO files.
  350. ZOOadd      ZOO -a %a %f
  351. ZOOdelete   ZOO -d %a %f
  352. ZOOextract  ZOO -e -S %a %f
  353. ZOOsfx
  354. ZOOtest     ZOO -t %a
  355. ZOOunpack   ZOO -e %a %f
  356. ZOOupdate   ZOO -u %a %f
  357. ZOOresponse
  358. ;NOZOO
  359. ;
  360. ;
  361. ;
  362. ; <EOF>
  363.