home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / dos / tools / ncav48bd / aview.ctl next >
Text File  |  1995-06-17  |  14KB  |  499 lines

  1. ; -----------------------------------------------------------------------------
  2. ; AVIEW V4.8 Sample control-file, DON'T USE TABS!
  3. ; -----------------------------------------------------------------------------
  4. ;
  5. ;
  6. ; ASKDELETE
  7. ; With this statement you force AVIEW to ask you if you are sure to delete
  8. ; files.
  9. ASKDELETE
  10. ;
  11. ;
  12. ;
  13. ; ASKSCAN
  14. ; With this statement you force AVIEW to ask you to execute the virus-
  15. ; scanner after files are extracted from an archive.
  16. ASKSCAN
  17. ;
  18. ;
  19. ;
  20. ; ASKEXIT
  21. ; With this statement you force AVIEW to ask you if you are sure to quit
  22. ; AVIEW.
  23. ;ASKEXIT
  24. ;
  25. ;
  26. ;
  27. ; AUTOIGNORE
  28. ; With this statement you tell AVIEW to ignore the extensions defined with
  29. ; the VIEWER statements automatic.
  30. AUTOIGNORE
  31. ;
  32. ;
  33. ;
  34. ; DATEFORMAT <Dateformat>
  35. ; With this statement you can define how the file-date is shown, include
  36. ; MM for month, DD for day and YY for year, the sepparation-chars can be
  37. ; freely defined, default is MM/DD/YY
  38. DATEFORMAT MM/DD/YY
  39. ;
  40. ;
  41. ;
  42. ; EDITOR <Trigger> <Editor> [<Parameters>]
  43. ; With this command you can define up to 64 editors, with <Trigger> you
  44. ; specify the file-specs which must trigger the editor, the <Trigger>
  45. ; may include wildcards. Default editor when non-defined is NCEDIT for all
  46. ; type of files.
  47. EDITOR *.* ncedit %f
  48. ;
  49. ;
  50. ;
  51. ; EXTRACTPATH <Path>
  52. ; With this command you define the path where files must be extracted to,
  53. ; when this command is NOT used, AVIEW will prompt you for a path.
  54. EXTRACTPATH c:\tmp
  55. ;
  56. ;
  57. ;
  58. ; FSSORT <Key> [Ascending|Descending]
  59. ; With this statement you can define how AVIEW must sort the file-selector
  60. ; file-list as default, valid sort-keys are: NAME, EXTENSION, SIZE, DATETIME,
  61. ; and UNSORTED, optional you can specify with ASCENDING or DESCENDING the
  62. ; default sort direction, default is ASCENDING.
  63. FSSORT name ascending
  64. ;
  65. ;
  66. ;
  67. ; IGNORE <File-spec>
  68. ; When a file matches the <file-spec> defined with IGNORE, then the file is
  69. ; not checked if it is an archive, but is viewed as file.
  70. ; Up to 64 file-specs can be defined, wildcards are allowed.
  71. IGNORE *.doc
  72. IGNORE *.txt
  73. IGNORE *.me
  74. ;
  75. ;
  76. ;
  77. ; NOCOLOR
  78. ; With this statement you force AVIEW in black and white mode, this can be
  79. ; handy for laptop-users who have a LCD-Screen.
  80. ;NOCOLOR
  81. ;
  82. ;
  83. ;
  84. ; NOEMS
  85. ; With this statement you force AVIEW to NOT use any EMS memory
  86. ;NOEMS
  87. ;
  88. ;
  89. ;
  90. ; NOENVTEMP
  91. ; With this statement you force AVIEW to ignore the TEMP environment-variable.
  92. ;NOENVTEMP
  93. ;
  94. ;
  95. ;
  96. ; NOMOUSE
  97. ; With this statement you force AVIEW to ignore the mouse when detected.
  98. ;NOMOUSE
  99. ;
  100. ;
  101. ;
  102. ; NOPATHS
  103. ; With this statement you tell AVIEW to NOT extract any path-information
  104. ; from an archive.
  105. ;NOPATHS
  106. ;
  107. ;
  108. ;
  109. ; NOSNOW
  110. ; With this statement you tell aview to suppress snow on (old) CGA-Cards.
  111. ;NOSNOW
  112. ;
  113. ;
  114. ;
  115. ; NOXMS
  116. ; with this statement you force AVIEW to NOT use any XMS memory.
  117. ;NOXMS
  118. ;
  119. ;
  120. ;
  121. ; SCANNER <Scanner> [<Parameters>]
  122. ; With this command you define the virus-scanner to use after files are
  123. ; unpacked with the unpack function, when no scanner is defined, no virus-
  124. ; scan will be performed, up to 32 scanners can be defined.
  125. SCANNER tbscan %f af ba in ll=1 ln=c:\aview4us.log lo nb nm
  126. SCANNER scan %f /sub
  127. ;
  128. ;
  129. ;
  130. ; SCREENMODE <Lines>
  131. ; With this statement you can define how many lines per screen AVIEW must
  132. ; use, valid number of lines are 25, 35, 40, 43 and 50, note that a number
  133. ; greater than 25 needs a EGA of VGA display-adapter.
  134. SCREENMODE 25
  135. ;
  136. ;
  137. ;
  138. ; SHOWSPECIAL
  139. ; Special 'hidden' files are not shown by AVIEW as default, this is done
  140. ; for example for the UC2 U$~*.* files, when you enable this keyword,
  141. ; AVIEW will handle the special files as normal files.
  142. ;SHOWSPECIAL
  143. ;
  144. ;
  145. ;
  146. ; SORT <Key> [Ascending|Descending]
  147. ; With this statement you can define how AVIEW must sort the file-lists as
  148. ; default, valid sort-keys are: NAME, EXTENSION, ORGSIZE, CMPSIZE, DATETIME,
  149. ; METHOD and UNSORTED, optional you can specify with ASCENDING or DESCENDING
  150. ; the default sort direction, default is ASCENDING.
  151. SORT name ascending
  152. ;
  153. ;
  154. ;
  155. ; SWAPMODE <Mode>
  156. ; With this command you define how AVIEW must swap before executing of
  157. ; an external utility, mode can be:  0 - Swap to EMS/Disk
  158. ;                                    1 - Swap to EMS/XMS/Disk
  159. ;                                    2 - Swap to XMS/Disk
  160. ;                                    3 - Swap to XMS/EMS/Disk
  161. ;                                    4 - Swap to Disk
  162. SWAPMODE 1
  163. ;
  164. ;
  165. ;
  166. ; SWAPPATH <Path>
  167. ; With this command you define the path AVIEW must use to write it's
  168. ; swapfiles in.
  169. SWAPPATH c:\tmp
  170. ;
  171. ;
  172. ;
  173. ; TEMPPATH <Path>
  174. ; With this command you define the path AVIEW must use as work-directory,
  175. ; this can be a ram-drive which will speed-up AVIEW dramatically, when the
  176. ; directory does not exist, it will be created.
  177. TEMPPATH c:\tmp
  178. ;
  179. ;
  180. ;
  181. ; TEMPREMOVE
  182. ; With this command you force AVIEW to remove the TEMPPATH and all it
  183. ; contents when AVIEW exits to DOS. As default AVIEW will only removes
  184. ; it's temppry directories/files created in the TEMPPATH.
  185. ;TEMPREMOVE
  186. ;
  187. ;
  188. ;
  189. ; VIEWER <Trigger> <Viewer> [<Parameters>]
  190. ; With this command you can define up to 64 viewers, with <Trigger> you
  191. ; specify the file-specs which must trigger the viewer, the <Trigger>
  192. ; may include wildcards. Default viewer when non-defined is WPVIEW for all
  193. ; types of files.
  194. VIEWER *.gif qpv %f
  195. VIEWER *.jpg qpv %f
  196. VIEWER *.mod dmp -c5 -s44100 -q %f
  197. VIEWER *.nst dmp -c5 -s44100 -q %f
  198. VIEWER *.stm dmp -c5 -s44100 -q %f
  199. VIEWER *.s3m dmp -c5 -s44100 -q %f
  200. VIEWER *.669 dmp -c5 -s44100 -q %f
  201. VIEWER *.mtm dmp -c5 -s44100 -q %f
  202. VIEWER *.*   wpview %f
  203. ;
  204. ;
  205. ;
  206. ; WAIT
  207. ; With this command you force AVIEW to wait on a keypress after each
  208. ; external utility executed.
  209. ;WAIT
  210. ;
  211. ;
  212. ;
  213. ; -----------------------------------------------------------------------------
  214. ; The following commands concerns the configuration of the parameters passed
  215. ; by AVIEW to the archive-utils.
  216. ; For normal operation of AVIEW, you don't need to change this, all the
  217. ; following commands are optional, the sample commands reflects the standard
  218. ; default configuration of AVIEW.
  219. ; -----------------------------------------------------------------------------
  220. ;
  221. ; xxxADD <Command-line>
  222. ; xxxDELETE <Command-Line>
  223. ; xxxEXTRACT <Command-Line>
  224. ; NOxxx
  225. ; xxxSFX <Type> <Parameters|Command-Line>
  226. ; xxxTEST <Command-Line>
  227. ; xxxUNPACK <Command-Line>
  228. ; xxxUPDATE <Command-Line>
  229. ; xxxRESPONSE <Response-char>
  230. ; xxx_to_xxx <Command-Line>
  231. ; With these commands you can configure the interface between AVIEW and the
  232. ; external archive-utilitys, the xxx can be ARC, ARJ, HYP, LHA, PAK, RAR,
  233. ; SQZ, UC2, ZIP or ZOO.
  234. ; xxxADD      - Defines which parameters to use for adding a file to
  235. ;               an archive, this is used for the ADD function (F7).
  236. ; xxxDELETE   - Defines which parameters to use for deleting a file or files
  237. ;               from an archive, this is used for the DELETE function
  238. ;               (F8 or DEL).
  239. ; xxxEXTRACT  - Defines which parameters to use for extracting a file or files
  240. ;               from an archive, this is used for the extract-function.
  241. ; NOxxx       - Disable archiver.
  242. ; xxxRESPONSE - Defines which charachter to use before a file name to tell
  243. ;               the archiver that it is a response file, AVIEW defines
  244. ;               automatically when to use this or not.
  245. ; xxxSFX      - Defines which utility to start or which parameters to use
  246. ;               for creating self-extracting archives, for type you can
  247. ;               define PARAM to define the parameters to use with the xxxADD
  248. ;               command, or EXEC to define an external utility to execute.
  249. ; xxxTEST     - Defines which parameters to use for testing an archive.
  250. ; xxxUNPACK   - Defines which parameters to use for extracting ONE file from
  251. ;               an archive WITHOUT path, this is used internally in AVIEW.
  252. ; xxxUPDATE   - Defines which parameters to use for updating a file in an
  253. ;               archive, this is used after you edited a file from an archive.
  254. ; xxx_to_xxx  - (The underscores must be included!), Defines which external
  255. ;               utility to start for converting from one archive-format to
  256. ;               another, when this command is not defined, AVIEW will use
  257. ;               it's own build-in converter.
  258. ;
  259. ; NOTE: There are two variables, %A and %F, thes two must ALWAYS exist in one
  260. ;       of the above parameters (except NOxxx and xxxRESPONSE, xxxSFX and
  261. ;       xxx_to_xxx only need %A), %A will be replaced by AVIEW with the
  262. ;       name of the archive processed, and %F with a filename for
  263. ;       adding/deleting/updating, note that AVIEW will automatically add the
  264. ;       response-file-char before the filename when needed. The variables
  265. ;       %A and %F are NOT optional!
  266. ;
  267. ;
  268. ; PKPak/PKUnpak - for ARC files.
  269. ARCadd      PKPAK -a %a %f
  270. ARCdelete   PKPAK -d %a %f
  271. ARCextract  PKUNPAK -r %a %f
  272. ARCsfx
  273. ARCtest     PKUNPAK -t %a
  274. ARCunpack   PKUNPAK %a %f
  275. ARCupdate   PKPAK -u %a %f
  276. ARCresponse @
  277. ;ARC_to_ARC  mta %a /ARC
  278. ;ARC_to_ARJ  mta %a /ARJ
  279. ;ARC_to_HYP  mta %a /HYP
  280. ;ARC_to_LHA  mta %a /LZH
  281. ;ARC_to_PAK  mta %a /PAK
  282. ;ARC_to_RAR  mta %a /RAR
  283. ;ARC_to_SQZ  mta %a /SQZ
  284. ;ARC_to_UC2  mta %a /UC2
  285. ;ARC_to_ZIP  mta %a /ZIP
  286. ;ARC_to_ZOO  mta %a /ZOO
  287. ;NOARC
  288. ;
  289. ;
  290. ;
  291. ; ARJ - for ARJ files.
  292. ARJadd      ARJ a -jm -m1 -r %a %f
  293. ARJdelete   ARJ d %a %f
  294. ARJextract  ARJ x -y %a %f
  295. ARJsfx      PARAM -je
  296. ARJtest     ARJ t %a
  297. ARJunpack   ARJ e %a %f
  298. ARJupdate   ARJ u -jm -m1 -e %a %f
  299. ARJresponse !
  300. ;ARJ_to_ARC  mta %a /ARC
  301. ;ARJ_to_ARJ  mta %a /ARJ
  302. ;ARJ_to_HYP  mta %a /HYP
  303. ;ARJ_to_LHA  mta %a /LZH
  304. ;ARJ_to_PAK  mta %a /PAK
  305. ;ARJ_to_RAR  mta %a /RAR
  306. ;ARJ_to_SQZ  mta %a /SQZ
  307. ;ARJ_to_UC2  mta %a /UC2
  308. ;ARJ_to_ZIP  mta %a /ZIP
  309. ;ARJ_to_ZOO  mta %a /ZOO
  310. ;NOARJ
  311. ;
  312. ;
  313. ;
  314. ; HYP - for HYPER files.
  315. HYPadd      HYPER -a -r -p %a %f
  316. HYPdelete   HYPER -d %a %f
  317. HYPextract  HYPER -xo -p %a %f
  318. HYPsfx
  319. HYPtest
  320. HYPunpack   HYPER -xo %a %f
  321. HYPupdate   HYPER -u %a %f
  322. HYPresponse
  323. ;HYP_to_ARC  mta %a /ARC
  324. ;HYP_to_ARJ  mta %a /ARJ
  325. ;HYP_to_HYP  mta %a /HYP
  326. ;HYP_to_LHA  mta %a /LZH
  327. ;HYP_to_PAK  mta %a /PAK
  328. ;HYP_to_RAR  mta %a /RAR
  329. ;HYP_to_SQZ  mta %a /SQZ
  330. ;HYP_to_UC2  mta %a /UC2
  331. ;HYP_to_ZIP  mta %a /ZIP
  332. ;HYP_to_ZOO  mta %a /ZOO
  333. ;NOHYP
  334. ;
  335. ;
  336. ;
  337. ; LHA - For LZH or LHA files.
  338. LHAadd      LHA a -r -x -p %a %f
  339. LHAdelete   LHA d %a %f
  340. LHAextract  LHA x -c %a %f
  341. LHAsfx      EXEC LHA s %a
  342. LHAtest     LHA t %a
  343. LHAunpack   LHA e %a %f
  344. LHAupdate   LHA u %a %f
  345. LHAresponse @
  346. ;LHA_to_ARC  mta %a /ARC
  347. ;LHA_to_ARJ  mta %a /ARJ
  348. ;LHA_to_HYP  mta %a /HYP
  349. ;LHA_to_LHA  mta %a /LZH
  350. ;LHA_to_PAK  mta %a /PAK
  351. ;LHA_to_RAR  mta %a /RAR
  352. ;LHA_to_SQZ  mta %a /SQZ
  353. ;LHA_to_UC2  mta %a /UC2
  354. ;LHA_to_ZIP  mta %a /ZIP
  355. ;LHA_to_ZOO  mta %a /ZOO
  356. ;NOLHA
  357. ;
  358. ;
  359. ;
  360. ; PAK - For PAK files.
  361. PAKadd      PAK A %a %f
  362. PAKdelete   PAK D %a %f
  363. PAKextract  PAK E /WA /I %a %f
  364. PAKsfx      PARAM /EXE
  365. PAKtest     PAK T %a
  366. PAKunpack   PAK E %a %f
  367. PAKupdate   PAK U %a %f
  368. PAKresponse @
  369. ;PAK_to_ARC  mta %a /ARC
  370. ;PAK_to_ARJ  mta %a /ARJ
  371. ;PAK_to_HYP  mta %a /HYP
  372. ;PAK_to_LHA  mta %a /LZH
  373. ;PAK_to_PAK  mta %a /PAK
  374. ;PAK_to_RAR  mta %a /RAR
  375. ;PAK_to_SQZ  mta %a /SQZ
  376. ;PAK_to_UC2  mta %a /UC2
  377. ;PAK_to_ZIP  mta %a /ZIP
  378. ;PAK_to_ZOO  mta %a /ZOO
  379. ;NOPAK
  380. ;
  381. ;
  382. ;
  383. ; RAR - For RAR files.
  384. RARadd      RAR a -m5 -r -std %a %f
  385. RARdelete   RAR d -std %a %f
  386. RARextract  RAR x -o+ -std %a %f
  387. RARsfx      PARAM -sfx
  388. RARtest     RAR t -stdout %a
  389. RARunpack   RAR e -o+ -std %a %f
  390. RARupdate   RAR u -m5 -std %a %f
  391. RARresponse @
  392. ;RAR_to_ARC  mta %a /ARC
  393. ;RAR_to_ARJ  mta %a /ARJ
  394. ;RAR_to_HYP  mta %a /HYP
  395. ;RAR_to_LHA  mta %a /LZH
  396. ;RAR_to_PAK  mta %a /PAK
  397. ;RAR_to_RAR  mta %a /RAR
  398. ;RAR_to_SQZ  mta %a /SQZ
  399. ;RAR_to_UC2  mta %a /UC2
  400. ;RAR_to_ZIP  mta %a /ZIP
  401. ;RAR_to_ZOO  mta %a /ZOO
  402. ;NORAR
  403. ;
  404. ;
  405. ;
  406. ; SQZ - For Squeeze files.
  407. SQZadd      SQZ a /m4 /S %a %f
  408. SQZdelete   SQZ d %a %f
  409. SQZextract  SQZ x %a %f
  410. SQZsfx      EXEC SQZ s %a
  411. SQZtest     SQZ t %a
  412. SQZunpack   SQZ e %a %f
  413. SQZupdate   SQZ u /m4 %a %f
  414. SQZresponse @
  415. ;SQZ_to_ARC  mta %a /ARC
  416. ;SQZ_to_ARJ  mta %a /ARJ
  417. ;SQZ_to_HYP  mta %a /HYP
  418. ;SQZ_to_LHA  mta %a /LZH
  419. ;SQZ_to_PAK  mta %a /PAK
  420. ;SQZ_to_RAR  mta %a /RAR
  421. ;SQZ_to_SQZ  mta %a /SQZ
  422. ;SQZ_to_UC2  mta %a /UC2
  423. ;SQZ_to_ZIP  mta %a /ZIP
  424. ;SQZ_to_ZOO  mta %a /ZOO
  425. ;NOSQZ
  426. ;
  427. ;
  428. ;
  429. ; UC2 - For UC2 files.
  430. UC2add      UC a -b -f -tst %a %f
  431. UC2delete   UC d -f %a %f
  432. UC2extract  UC e -f -s %a %f
  433. UC2sfx      EXEC UC2SEA %a
  434. UC2test     UC t %a
  435. UC2unpack   UC e -f %a %f
  436. UC2update   UC a -b -f -tst %a %f
  437. UC2response @
  438. ;UC2_to_ARC  mta %a /ARC
  439. ;UC2_to_ARJ  mta %a /ARJ
  440. ;UC2_to_HYP  mta %a /HYP
  441. ;UC2_to_LHA  mta %a /LZH
  442. ;UC2_to_PAK  mta %a /PAK
  443. ;UC2_to_RAR  mta %a /RAR
  444. ;UC2_to_SQZ  mta %a /SQZ
  445. ;UC2_to_UC2  mta %a /UC2
  446. ;UC2_to_ZIP  mta %a /ZIP
  447. ;UC2_to_ZOO  mta %a /ZOO
  448. ;NOUC2
  449. ;
  450. ;
  451. ;
  452. ; PKZip/PKUnzip - for ZIP files.
  453. ZIPadd      PKZIP -ex -p -P -r %a %f
  454. ZIPdelete   PKZIP -d %a %f
  455. ZIPextract  PKUNZIP -d -o %a %f
  456. ZIPsfx      EXEC ZIP2EXE %a
  457. ZIPtest     PKUNZIP -t %a
  458. ZIPunpack   PKUNZIP %a %f
  459. ZIPupdate   PKZIP -u -ex %a %f
  460. ZIPresponse @
  461. ;ZIP_to_ARC  mta %a /ARC
  462. ;ZIP_to_ARJ  mta %a /ARJ
  463. ;ZIP_to_HYP  mta %a /HYP
  464. ;ZIP_to_LHA  mta %a /LZH
  465. ;ZIP_to_PAK  mta %a /PAK
  466. ;ZIP_to_RAR  mta %a /RAR
  467. ;ZIP_to_SQZ  mta %a /SQZ
  468. ;ZIP_to_UC2  mta %a /UC2
  469. ;ZIP_to_ZIP  mta %a /ZIP
  470. ;ZIP_to_ZOO  mta %a /ZOO
  471. ;NOZIP
  472. ;
  473. ;
  474. ;
  475. ; ZOO - for ZOO files.
  476. ZOOadd      ZOO a %a %f
  477. ZOOdelete   ZOO d %a %f
  478. ZOOextract  ZOO xO/ %a %f
  479. ZOOsfx
  480. ZOOtest     ZOO t %a
  481. ZOOunpack   ZOO eO %a %f
  482. ZOOupdate   ZOO u %a %f
  483. ZOOresponse
  484. ;ZOO_to_ARC  mta %a /ARC
  485. ;ZOO_to_ARJ  mta %a /ARJ
  486. ;ZOO_to_HYP  mta %a /HYP
  487. ;ZOO_to_LHA  mta %a /LZH
  488. ;ZOO_to_PAK  mta %a /PAK
  489. ;ZOO_to_RAR  mta %a /RAR
  490. ;ZOO_to_SQZ  mta %a /SQZ
  491. ;ZOO_to_UC2  mta %a /UC2
  492. ;ZOO_to_ZIP  mta %a /ZIP
  493. ;ZOO_to_ZOO  mta %a /ZOO
  494. ;NOZOO
  495. ;
  496. ;
  497. ;
  498. ; <EOF>
  499.