home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega Top 1
/
os2_top1.zip
/
os2_top1
/
DOS_GG
/
COMCAT
/
VOL20.ARJ
/
VOL2070
< prev
next >
Wrap
Text File
|
1992-01-01
|
6KB
|
117 lines
Volume 2070 Released may 1986
CP/MS gg NL volume 2070
gelijk aan PC/SIG no. 61/70, PCgg 44
Titel:Utils (Diskcat, Vprint, Printgr), Games -PCC
Number Name Size Date Comments
070.01 BANNER BAS 4056 3-24-86 Prints large letters (7 sizes) on
printer
CATALOG 070 2132 3-24-86 This list
070.02 DC-SORT BAS 6941 3-24-86 Diskcat - sorting program (source)
070.03 DC-SORT EXE 27136 7-27-83 Diskcat - compiled version
070.04 DIRMANIP EXE 9728 6-06-82 Directory manipulation program (PCC)
070.05 DISKCAT BAS 21376 7-27-83 Diskette cataloging system (PCC/
8-sector)
070.06 DISKCAT DOC 5373 7-27-83 Doc on above
070.07 DISKCAT EXE 44672 7-27-83 Compiled version of main program
070.08 EPSONUTL BAS 2304 4-23-83 Epson/IBM printer utility
070.09 ITALICS BAS 6528 11-20-82 Print Italics on Epson MX-80
070.10 MEMSIZE BAS 3712 4-01-83 Resets top of memory (PCC/ Ipco)
070.11 NFL-PK BAS 6912 4-23-83 National Football League - score data
070.12 PAGE BAT 68 7-28-83 Sends formfeed to LPT1: printer
070.13 PAGES KIP 4 7-28-83 Formfeed character (PAGE)
070.14 PAGESKIP DOC 564 7-28-83 Doc for PAGE
070.15 PRINTGR ASM 2558 2-20-83 Source of below (common routines)
070.16 PRINTGR DOC 1681 2-20-83 Doc of below
070.17 PRINTGR1 EXE 1024 2-18-83 Print graphics on Epson / upright
070.18 PRINTGR2 EXE 896 2-19-83 Print graphics on Epson / sideways
070.19 PRTSC_1 ASM 4696 2-18-83 Source of PRINTGR1
070.20 PRTSC_2 ASM 3445 2-19-83 Source of PRINTGR2
070.21 SLOTMACH BAS 12288 4-02-83 Ipco slot machine
070.22 SMALLPR INT 11 7-28-83 Epson condensed & double strike
ESC-chars
070.23 SMALLPRT BAT 80 7-28-83 Epson condensed & double strike batch
file
070.24 SMALLPRT DOC 664 7-28-83 Doc on above
070.25 STATCAPS BAS 17664 4-09-83 Training program: US names, states,
capitals
070.26 UNSMALLP BAT 124 7-28-83 Reverse for SMALLPRT
070.27 UNSMALLP DOC 602 7-28-83 Doc of above
070.28 UNSMALLP RNT 11 7-28-83 Epson reset ESC-chars
070.29 VIRTUAL PRN 512 8-28-83 Demo file of VPRINT
070.30 VOL2070 ABS 3200 3-24-86 Disk abstract
070.31 VPRINT ASM 8065 2-13-83 Source of below
070.32 VPRINT COM 1408 2-13-83 Redirect printer output to file
070.33 VPRINT DOC 1742 2-05-83 Doc on above
070.34 YAHTZEE BAS 20608 4-23-83 The game of...
35 File(s) 80896 bytes free on volume VOL2070
DISKCAT - Disk Catalog Program
Hardware Requirements-
Minimum: 96K, one disk drive, 80-column monitor.
This program expects DOS 1.1 formatted disks
(320 or 160 K, 8 sectors), not DOS 2.0. You may
run with DOS 2.0,but should use the8-sector format.
Recommended: RAM disk-emulator to hold DISKCAT.DTA, printer.
DISKCAT.EXE Program Functions-
1) Read a disk's files into the catalog.
-prompts for a name for the disk
-checks to see if name is already used and, if so, choices are to
* delete the disk from the file
* read the disk and update the file
* enter another disk name
-file names, size & date are read from disk, sorted by name and
added
2) Add descriptions to file names.
-displays disk name and file name and prompts for a 10-character
file type and 25-character file description.
3) Give a disk its own catalog.
-creates a file on the target disk of its files with descriptions.
The file can be TYPEd from DOS to review contents of disk.
4) Find all copies of one file.
-displays all disk names containing the desired file.
5) Display all files for a disk name.
6) Display all disk names.
7) Print a hardcopy catalog listing.
-goes to the DC-SORT program to print the DISKCAT.DTA FILE.
8) Purge deleted files from catalog.
-eliminates records marked for deletion with z's.
*** PRINTGR ***
The two programs, PRINTGR1 and PRINTGR2, will produce
printed copies of screen displays in either medium (320x200)
or high (640x200) resolution mode. PRINTGR1 prints a small
(5.3"W x 2.5"H) upright image. PRINTGR2 prints an expanded
(6.6"W x 8.9") image that is rotated clockwise by 90
degrees. They expect an Epson/IBM graphics printer.
Only one of these may be active at a time. To install
either program type PRINTGR1 (or PRINTGR2) from DOS. It
then becomes an extension of DOS and may be activated at any
time by holding the 'Alt' key and pressing the 'PrtSc' key.
Caution: These programs change the keyboard interrupt vector
and so will not work with other programs which do the same
(there are some).
VPRINT Command
--------------------------------------------------
Purpose: Creates a "virtual printer" by redirecting
all printer output to a disk file.
Remarks: Printer output is redirected to the
specified file, or if none is given, to
VIRTUAL.PRN. To avoid overwriting
existing data, no redirection occurs if
the file is already in the directory.
Output is buffered up until a sector's
worth of data is available.
Note: VPRINT is still in an experimental form.
Use of the PrtSc key while redirection
is in effect will cause a system crash.