WHATPC.MNU ·
MNU ·
7 KB ·
1991-04-01 ·
from WhatPC_Issue-21_Apr-1991
; *****************************************************************************
M 3
. start
; *****************************************************************************
D whatpc.scn 0
L 0 50
; *****************************************************************************
S 9
I 1 abstract
I 2 gwma
I 3 pcxsnap
I 4 prepare
I 5 pcwlite
I 6 a1
I 7 mad
I 8 radio
I 9 utils
; *****************************************************************************
. abstract
C
P To save space on the disk, this program has been archived. To run it you will
P need a hard disk or a blank formatted disk ready.
P
P Please select one of the following:
P
P 1 Unarchive to Drive A:
P 2 Unarchive to Drive B:
P 3 Unarchive to Drive C: (Hard Disk)
P 4 Unarchive to Drive D: (Hard Disk/Ram Disk)
P 5 Return to the main menu
P
; *****************************************************************************
S 5
I 1 abstracta
I 2 abstracta
I 3 abstractc
I 4 abstractd
I 5 start
; *****************************************************************************
. abstracta
C
P If you are de archiving to Drive A: At the prompt "Disk for A:" please insert
P the cover disk. Then, at the prompt "Disk for B:" insert your pre-formatted
P Disk.
P
P If you are de-archiving from Drive A: to Drive B:, please ensure the cover
P disk is in drive A: and your pre-formatted disk is in drive B:
P
P Press any key to continue...
W
P
P Please wait for a bit...
; *****************************************************************************
P
Y copy a:\utils\unzip.exe b:\ >nul
Y b:
R unzip.exe a:\abstract\abstract
P
P Finished.
P
P When you are prompted for the "Drive letter & path", just type:
P
P B:\
P
P Press any key to continue...
W
P
P
P Now running the program...
R catv4.exe
Y a:
L 0 23
P Press any key to continue...
W
C
P To use the catalogue in future, insert it in the default drive and,
P at the DOS prompt, type: RESTART
P
P Press any key to continue...
W
G start
; *****************************************************************************
. abstractc
C
P A directory called ABSTRACT will be created on Drive C:
P
P Please wait for a bit...
P
Y md c:\abstract
Y copy a:\utils\unzip.exe c:\abstract >nul
Y c:
N \abstract
R unzip.exe a:\abstract\abstract
P
P Finished.
P
P When you are prompted for the "Drive letter & path", type:
P
P C:\ABSTRACT\
P
P Press any key to continue...
W
P
P Now running the program...
R catv4.exe
Y a:
L 0 23
P Press any key to continue...
W
C
P To use the catalogue in future, type: CD \ABSTRACT
P CATV4
P
P Press any key to continue...
W
G start
; *****************************************************************************
. abstractd
C
P A directory called ABSTRACT will be created on Drive D:
P
P Please wait for a bit...
P
Y md d:\abstract
Y copy a:\utils\unzip.exe d:\abstract >nul
Y d:
N \abstract
R unzip.exe a:\abstract\abstract
P
P Finished.
P
P When you are prompted for the "Drive letter & path", type:
P
P D:\ABSTRACT\
P
P Press any key to continue...
W
P
P Now running the program...
R catv4.exe
Y a:
L 0 23
P Press any key to continue...
W
C
P To use the catalogue in future, type: CD \ABSTRACT
P CATV4
P
P Press any key to continue...
W
G start
; *****************************************************************************
. gwma
C
T \ma\gwma.bas
G start
; *****************************************************************************
. pcxsnap
C
T \ma\pcxsnap.doc
G start
; *****************************************************************************
. prepare
C
T \ma\prepare.doc
G start
; *****************************************************************************
. pcwlite
C
P To save space on the disk, this document has been archived. To read it you
P will need a hard disk or a blank formatted disk ready.
P
P Please select one of the following:
P
P 1 Unarchive to Drive A:
P 2 Unarchive to Drive B:
P 3 Unarchive to Drive C: (Hard Disk)
P 4 Unarchive to Drive D: (Hard Disk/Ram Disk)
P 5 Return to the main menu
P
; *****************************************************************************
S 5
I 1 pcwlitea
I 2 pcwlitea
I 3 pcwlitec
I 4 pcwlited
I 5 start
; *****************************************************************************
. pcwlitea
C
P If you are de archiving to Drive A: At the prompt "Disk for A:" please insert
P the cover disk. Then, at the prompt "Disk for B:" insert your pre-formatted
P Disk.
P
P If you are de-archiving from Drive A: to Drive B:, please ensure the cover
P disk is in drive A: and your pre-formatted disk is in drive B:
P
P Press any key to continue...
W
P
P Please wait for a bit...
; *****************************************************************************
P
Y copy a:\utils\unzip.exe b:\ >nul
Y b:
R unzip.exe a:\pcwlite\pcwman1
P
P Finished.
P
P You can read the documentation by returning to DOS, inserting the disk
P with the documentation and typing: TYPEMAN.
P
P To print out the documentation type PRINTMAN instead.
P
P Press any key to continue...
W
y a:
G start
; *****************************************************************************
. pcwlitec
C
P Creating a directory called PCWMAN on drive C:
P
Y md c:\pcwman
P
P Please wait for a bit...
P
Y copy a:\utils\unzip.exe c:\pcwman >nul
Y c:
N \pcwman
R unzip.exe a:\pcwlite\pcwman1
P
P Finished.
P
P You can read the documentation by returning to DOS, and typing:
P
P CD \PCWMAN
P TYPEMAN
P
P To print out the documentation type PRINTMAN instead.
P
P Press any key to continue...
W
y a:
G start
; *****************************************************************************
. pcwlited
C
P Creating a directory called PCWMAN on drive d:
P
Y md d:\pcwman
P
P Please wait for a bit...
P
Y copy a:\utils\unzip.exe d:\pcwman >nul
Y d:
N \pcwman
R unzip.exe a:\pcwlite\pcwman1
P
P Finished.
P
P You can read the documentation by returning to DOS, and typing:
P
P CD \PCWMAN
P TYPEMAN
P
P To print out the documentation type PRINTMAN instead.
P
P Press any key to continue...
W
Y a:
G start
; *****************************************************************************
. a1
C
T \april\a1.doc
G start
; *****************************************************************************
. mad
C
T \april\mad.doc
G start
; *****************************************************************************
. radio
C
T \april\radio.doc
G start
; *****************************************************************************
. utils
C
T \utils\clock.doc
C
T \utils\flop.doc
C
T \utils\menu.doc
C
T \utils\quickbd.doc
C
T \utils\varislow.doc
C
T \utils\unzip.doc
C
; *****************************************************************************
. end
G start
; *****************************************************************************