home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL20.ARJ / VOL2068 < prev    next >
Text File  |  1992-01-07  |  6KB  |  109 lines

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