PCTODAY.SRC ·
SRC ·
5.3 KB ·
1990-04-22 ·
from PCToday_Vol-1_June-1990
C
M 3
. start
; ; ; ; ; ; ; ; ; ; ; ;
; DISPLAY SCREEN
. disp
D \pctoday.scn 0
B 0
S 4
; MAIN MENU OPTIONS
I 1 fchk
I 2 scan
I 3 scanrs
I 4 cleanp
; Check or Quit
; 67 = 'C'
; 81 = 'Q'
I 67 Verify
I 81 end
; INVALID OPTION DROP THRU'
G start
; ; ; ; ; ; ; ; ; ; ; ;
; FCHK
. fchk
C
P
P FCHK - From Direct-Line (Shareware)
P
P
P FCHK is a utility to help you detect the start of a computer virus
P infection as soon as possible. It will ONLY do this, however, if you
P run it regularly AND take note of the information it presents to
P you. The best way to use it is to name FCHK in your AUTOEXEC.BAT file
P so that it is run at the start of every day.
P
P FCHK can be configured to suit your needs. A separate utility
P (FCHKCFG.EXE) to set up the configuration is supplied on this disc.
P
P To make the best use of FCHK please read the manual before you run
P the program. You can press C to read it now, or load FCHK.DOC into
P your word processor or text viewer.
P
P All the FCHK files can be found in the FCHK subdirectory.
P
P
P
P ... Press Q to Quit ... C to Continue ...
S 0
I 81 start
T \fchk\fchk.doc
L 0 23
G disp
; ; ; ; ; ; ; ; ; ; ; ;
; SCANV61
. scan
C
P
P SCAN - From McAfee Associates USA (Shareware)
P
P SCAN will check discs or entire systems for signs of infection by any
P virus known to it. This version scans for 82 different viruses.
P It will report any files or system areas that are affected, and also
P identify the type of virus causing the infection.
P
P Infections can be removed using SCAN or CLEANP (also provided on
P this disc). Key 1 to read the SCAN manual now for full details,
P or load SCANV61.DOC into your word processor or text viewer.
P
P All the SCAN files can be found in the SCAN subdirectory.
P
P YOU NOW HAVE THE FOLLOWING OPTIONS:
P
P Key 1 to read the SCAN manual (Do this before using SCAN)
P Key 2 to scan a disc in Drive A:
P Key 3 to scan a disc in Drive B:
P Key 4 to scan a disc in Drive C:
P
P ... Or Press Q to Quit ...
S 4
; SCAN MENU OPTIONS
I 1 readm
I 2 runa
I 3 runb
I 4 runc
I 81 start
; Check or Quit
; 81 = 'Q'
. readm
C
T \scan\scanv61.doc
L 0 23
G scan
. runa
C
R \scan\scan a:
G scan
. runb
C
R \scan\scan b:
G scan
. runc
C
R \scan\scan c:
G scan
; ; ; ; ; ; ; ; ; ; ; ;
; SCANRS61
. scanrs
C
P
P SCANRS - From McAfee Associates USA (Shareware)
P
P
P SCANRS is the memory resident version of SCAN and prevents
P known viruses getting into your system. It monitors and scans
P programs as they are loaded and prevents infected programs from
P executing. SCANRS uses 19k of system memory and remains active
P at all times after it is loaded.
P
P Please read the SCANRS manual before you run the program. You can
P press C to read it now, or load SCANRS.DOC into your word
P processor or text viewer.
P
P All the SCANRS files can be found in the SCANRS subdirectory.
P
P
P
P
P
P
P ... Press Q to Quit ... C to Continue ...
S 0
I 81 start
T \scanrs\scanrs61.doc
L 0 23
G disp
; ; ; ; ; ; ; ; ; ; ; ;
; CLEANP61
. cleanp
C
P
P CLEANP - From McAfee Associates USA (Shareware)
P
P
P CLEANP will remove most of the viruses found by SCAN (also provided
P on this disc). There is no point in running this program unless
P you have detected a virus on your system using SCAN. You can see how
P vital this program could be to you in the future - so DO keep this
P disc.
P
P Press C to read the CLEANP manual now. Or you can load CLEAN61.DOC
P into your word processor or text viewer.
P
P All the CLEANP files can be found in the CLEANP subdirectory.
P
P
P
P
P
P ... Press Q to Quit ... C to Continue ...
S 0
I 81 start
T \cleanp\clean61.doc
L 0 23
G disp
; ; ; ; ; ; ; ; ; ; ; ;
; VERIFY FILES ON DISK
. verify
C
P CHECKING THE FILES ON THIS DISC
P
P What will now happen is that ALL the files on this disc will be verified
P using a CRC (Cyclic Redundancy Check) to make sure that they are as they
P left us and haven't been corrupted in any way. This check will take a short
P while, depending on the speed of your PC.
P
P Each file will be listed and the comment "passed" added if everything is
P correct. If a file has been altered in ANY way the comment "failed" will be
P added. If any extra files have been added to the disc then the file will be
P listed with a "not expected" comment. If any errors are detected they will
P be reported again with an "Error(s) detected - continue (Y/N) ?" message.
P If this happens you would normally key N.
P
P The first time you run this disc, after adding a write protect tab, use
P this CRC check to ensure the disc is perfect. If you get a CRC failure as
P detailed above, please return the disc to the duplicators. Their address
P is shown on the disc page in PC Today.
P
P Remember that on subsequent checks you will get CRC failures if you alter
P the disc in any way. Keeping a write protect tab on the disc at all times
P is the best way to ensure you don't alter it.
P
P ... Press Q to Quit ... C to CHECK CRC's ...
S 0
I 81 start
V
G disp
; ; ; ; ; ; ; ; ; ; ; ; ; QUIT
. end
C
X