home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Reno 2
/
RENO2.ISO
/
cdmenu_n
/
aview.ctl
< prev
next >
Wrap
Text File
|
1994-06-01
|
2KB
|
72 lines
; AVIEW V3.0 Sample control-file, DON'T USE TABS!
;
;
;
; NOCOLOR
; With this statment you force AVIEW in black and white mode, this can be
; handy for laptop-users who have a LCD-Screen.
;NOCOLOR
;
;
;
; NOMOUSE
; With this statement you force AVIEW to ignore the mouse when detected.
;NOMOUSE
;
;
;
; VIEWER <Trigger> <Viewer> [<Parameters>]
; With this command you can define up to 16 viewers, with <Trigger> you
; specify the file-extension which must trigger the viewer, the <Trigger>
; may include wildcards. Default viewer when non-defined is WPVIEW for all
; type of files.
VIEWER doc word %f
VIEWER fli quickfli %f
VIEWER gl grasprt %f
VIEWER gif bitmap %f
VIEWER pcx bitmap %f
VIEWER * wpview %f
;
;
;
; EDITOR <Editor> [<Parameters>]
; With this command you define the editor to use with the edit-function.
; Default editor when non defined is NCEDIT.
; NOTE: Use an editor which DOES NOT create any backup-files.
EDITOR ncedit
;
;
;
; EXTRACTPATH <Path>
; With this command you define the path where files must be extracted to,
; when this command is NOT used, AVIEW will prompt you for a path.
EXTRACTPATH c:\unpacked
;
;
;
; SORT <Key> [ascending|descending]
; With this statement you can define how AVIEW must sort the file-lists as
; default, valid sort-keys are: NAME, EXTENSION, ORGSIZE, CMPSIZE, DATETIME
; and METHOD, optional you can specify with ASCENDING or DESCENDING the
; default sort direction.
SORT name ascending
;
;
;
; TEMPPATH <Path>
; With this command you define the path AVIEW must use as work-directory,
; this can be a ram-drive which will speed-up AVIEW dramatically.
TEMPPATH d:\
;
;
;
; SCANNER <Scanner> [<Parameters>]
; With this command you define the virus-scanner to use after files are
; unpacked with the unpack function, when no scanner is defined, no virus-
; scan will be performed.
SCANNER scan %f /a /nomem /noexpire /nopause
;
;
;
; <EOF>