home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware 1 2 the Maxx
/
sw_1.zip
/
sw_1
/
UTILS
/
HTSCAN17.ZIP
/
EXAMPLES.ZIP
/
HTSCAN.MSG
< prev
next >
Wrap
Text File
|
1992-04-16
|
6KB
|
130 lines
;===========================================================================
; Example message file for HTScan version 1.17
; Revision: 920416
;===========================================================================
; Usage:
; With this message file you may specify your own message to be displayed
; after HTScan ended. Which of the message will be displayed depends on
; the errorlevel of HTScan.
;
; Place this file in the current directory or the same directory as
; HTSCAN.EXE
;
; Everything after a ";" is treated as comment. So, a line starting with
; ";" is ignored.
;
; If you don't know what to do with HTScan.MSG, just delete it.
;
; A line starting with ";" is treated as comment.
; A line starting with "#" contains a range of errorlevels.
; A line starting with "%" should be displayed.
; A line starting with "$" contains a command on position 2.
; Valid commands are:
; S.O.S, { play S.O.S. continuously until a key is pressed }
; Pause and { pause until a key is pressed }
; Beep { beep }
;
;===========================================================================
#0..0
;HTScan is ending with errorlevel 0..0
; Normal termination. No viruses found.
; No line from this file will be displayed.
;---------------------------------------------------------------------------
#1..49
;HTScan is ending with errorlevel 1..49
; One or more warnings issued.
%
% ╒═════════════════════════════════════════════════╕
% │ │
% │ HTScan found one or more compressed or │
% │ self-extracting files. │
% │ │
% ╘═════════════════════════════════════════════════╛
;---------------------------------------------------------------------------
#50..74
;HTScan is ending with errorlevel 50..74
; HTScan interrupted by user.
%
% ╒═════════════════════════════════════════════════╕
% │ │
% │ HTScan interrupted by user. │
% │ │
% ╘═════════════════════════════════════════════════╛
$Pause
;---------------------------------------------------------------------------
#75..99
;HTScan is ending with errorlevel 75..99
; HTScan aborted.
%
% ╒═════════════════════════════════════════════════╕
% │ │
% │ HTScan aborted. │
% │ │
% ╘═════════════════════════════════════════════════╛
$Pause
;---------------------------------------------------------------------------
#100..149
;HTScan is ending with errorlevel 100..149
; Operator error.
%
% ╒═════════════════════════════════════════════════╕
% │ │
% │ Operator error. Could be a unknown parameter. │
% │ Please try again. │
% │ │
% ╘═════════════════════════════════════════════════╛
%
$Pause
;---------------------------------------------------------------------------
#150..174
;HTScan is ending with errorlevel 150..174
; Error in signature-file.
%
% ╒═════════════════════════════════════════════════╕
% │ │
% │ HTScan has problems with the signature-file. │
% │ │
% │ Warn the system-operator. (Tel. xxxx) │
% │ │
% ╘═════════════════════════════════════════════════╛
%
$Pause
;---------------------------------------------------------------------------
#175..199
;HTScan is ending with errorlevel 175..199
; One or more trojans/jokes found.
%
% ╒═════════════════════════════════════════════════╕
% │ *** Attention *** │
% │ │
% │ HTScan detected one or more Trojans or Jokes. │
% │ │
% │ Do not proceed to work on this system until │
% │ the system-operator (tel. xxxx) has cleaned │
% │ this system. │
% │ │
% ╘═════════════════════════════════════════════════╛
%
$S.O.S
;---------------------------------------------------------------------------
#200..255
;HTScan is ending with errorlevel 200..255
; One or more viruses found.
%
% ╒═════════════════════════════════════════════════╕
% │ *** Attention *** │
% │ │
% │ HTScan detected one or more files to be │
% │ infected with a virus. │
% │ │
% │ Do not proceed to work on this system until │
% │ the system-operator (tel. xxxx) has cleaned │
% │ this system. │
% │ │
% ╘═════════════════════════════════════════════════╛
%
$S.O.S
;---------------------------------------------------------------------------
;End of HTScan.MSG
;===========================================================================