home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega Top 1
/
os2_top1.zip
/
os2_top1
/
DOS_GG
/
COMCAT
/
VOL20.ARJ
/
VOL2068
< prev
next >
Wrap
Text File
|
1992-01-07
|
6KB
|
109 lines
CP/MS gg NL volume 2068
gelijk aan PC/SIG no. 068, 080 (deel); PCgg no. 042
Titel:WORDFLEXwordprocessingsystem, Keyboard/Screen utils
Number Name Size Date Comments
068.01 BIGANSI SYS 2176 7-20-83 Enlarged - allows for 40 key redefini-
tion
CATALOG 068 2575 11-24-85 Disk catalog
068.02 CISEXE COM 3584 7-20-83 Compuserve protocol DC program
068.03 CISEXE DOC 1552 7-20-83 Doc on CIS & CIS-B protocol
068.04 CL ASM 323 7-20-83 Source of below
068.05 CL COM 44 7-20-83 Reset colors of IBM Color Card/Monitor
068.06 CL DOC 415 7-20-83 Doc on above
068.07 COLOR 38 1-02-84 Wordflex parameters
068.08 COLOR COM 512 7-20-83 Equivalent of Basic's color statement
068.09 COLOR DOC 839 7-20-83 Doc on above
068.10 DEFAULTS EXE 32384 12-12-83 Modify Wordflex default install
parameters
068.11 EDITNO BAS 3790 7-20-83 Subroutines for numeric output format-
ting
068.12 EDITNO DOC 2111 7-20-83 Description of formatting subroutines
068.13 FCBCRT BAS 1788 11-15-85 Creates BLOADable program for reading
DIR
068.14 FCBEXM BAS 2341 7-20-83 Demonstrates use of BLOADable file
068.15 FCBREAD BSV 292 7-20-83 Demonstration file (FCBCRT)
068.16 HELP TXT 1180 12-11-83 WX online help - summary of commands
068.17 HIQUE BAS 5258 7-20-83 Board game - supports light pen (PCC)
068.18 IBM 38 10-12-83 Wordflex parameters
068.19 INSTALL EXE 31744 1-02-84 Wordflex installation
068.20 INSTALL TXT 6590 4-16-84 Doc on WX INSTALL
068.21 KEYLK DOC 2952 7-20-83 Doc on below
068.22 KEYLK3 ASM 13634 7-20-83 Source of below
068.23 KEYLK3 EXE 1536 7-20-83 Single-hand use of Ctrl & Alt key
combinations
068.24 MANUAL1 TXT 18874 4-16-84 Part 1 of Wordflex manual
068.25 MEM640 DOC 7312 7-20-83 Patch for old IBM BIOS to use 640 K
068.26 MEM640 ZAP 813 7-20-83 Patch code
068.27 MONOCHR 38 10-16-83 Wordflex parameters
068.28 MOVE COM 384 7-31-83 Rename files across subdirectories
068.29 MOVE DOC 795 8-01-83 Doc on above
068.30 NEW_IN_2 04 3662 4-16-84 Wordflex 2.04 update notes
068.31 OKIMOD DOC 1201 7-20-83 How to modify MODE.COM for OKI82 &
others
068.32 SD20 COM 1408 7-20-83 Sorted directory - various sort options
068.33 SD20 DOC 419 7-20-83 Doc on above
068.34 TUTOR1 TXT 8659 3-26-84 Wordflex Tutorial
068.35 TUTOR2 TXT 7702 7-01-83 ,, ,, part 2
068.36 TUTOR3 TXT 5598 1-02-84 ,, ,, part 3
068.37 TUTOR4 TXT 3885 1-02-84 ,, ,, part 4
068.38 TUTOR5 TXT 7393 1-02-84 ,, ,, part 5
068.39 VOL2068 ABS 3328 11-24-85 Disk abstract
068.40 WX EXE 80896 4-22-84 Wordflex word processor
068.41 WXINTRO DOC 1294 4-24-84 Introduction - install WX
42 File(s) 26624 bytes free on volume VOL2068
WORDFLEX 2.04 is an user-supported version of a commercial wordprocessor
for the IBM PC and compatibles, running under DOS 2.0 or higher. This disk
contains a complete tutorial and documantation. Some features:
WORDFLEX does all the text editing and formatting in
memory; there is no need to execute a separate printing program
in order to generate printed output. Up to 640 Kbytes of memory
can be utilized; we found that 256 Kbytes are more than
adequate for most applications. WORDFLEX requires 128 Kbytes to
run.
Files made by WordFlex are normal disk files consisting of (extended)
ASCII characters forming lines of a variable length.
These files can be displayed and/or printed using the MS-DOS "Type" command;
special WX characters loose their effect then,
however. The files can be edited by all word processing or text editing
programs using this format (e.g., MS-DOS edlin program).
*** Documentation for COLOR.COM ***
This program requires DOS 2.00 and ANSI.SYS. It allows the user to alter
display attributes in a form similar to BASIC's color statement. To use it,
enter 'COLOR N1,N2,N3' where N1 is foreground, N2 is background, and N3 is
border. All values for N(x) must be in the range 0-7.
*** EDITNO.BAS ***
EDITNO consists of three BASIC subroutines for editing numeric fields
in a way that PRINT USING can not, especially for printing Date and Time
fields edited with a delimiter other than a comma, i.e.; 12/21/82 12-15-77
10:15 to 12:30, for example.
Keyloc - Keyboard Lock Program
--------------------------------
Keyloc is a patch to the BIOS keyboard routine. It modifies the operation of
the Alt, Ctrl, Left Shift and Right Shift keys. It allows one finger typing
by locking those keys in their shifted state.
*** MOVE.COM ***
The purpose of the MOVE command is to use DOS function call 56H to rename a
file across directories. This provides for the effective movement of a file
between directories without having to actually copy the data. If the to and
from paths are the same, this command acts as a straight RENAME.
*** SD.COM ***
The SD.COM program will sort the disk directory with the options:
/A - all files /X - by extension
/S - by size /D - by date-time
/E - without screen erase - (no option) sorts all normal
files