home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / txtutl / downer.arc / DOWNER.DOC < prev    next >
Text File  |  1987-10-16  |  4KB  |  109 lines

  1.  
  2.                   D O W N E R
  3.             Case Conversion Program
  4.                   Version 2.0
  5.  
  6.  
  7.           Copyright (C) 1987, Botkin's SoftStuff
  8.  
  9.  
  10.                Gerald N. Botkin
  11.                329 Kessler Blvd
  12.                Seymour, In 47274
  13.                Work: 812-379-3689
  14.                Home: 812-522-3689
  15.  
  16.  
  17.        COPYRIGHT, WARRANTY and DISCLAIMERS:
  18.       Any material included in this package may be used for whatever
  19.        application desired and may be copied freely. However, no material
  20.        may be sold or otherwise included in any other software being sold.
  21.        Licensing arrangements can be made through the above address.
  22.       Since these materials are being released under the FreeWare
  23.        concept, any user of this software may freely donate money, ideas
  24.        and comparable software in return for using this software, if the
  25.        user has felt he has benefitted or learned something from this
  26.        software and to maintain this and other software. Address all
  27.        inquiries and comments to the above address.
  28.       Warranties and Guarantees - None! The software works great for
  29.        me, but I will not assume or be responsible for any damage that
  30.        might occur from using this package.
  31.  
  32.  
  33.        PURPOSE:
  34.       The DOWNER program was written because of a need created when
  35.        I attempted to download data from an IBM 8100 computer to my PC
  36.        compatible. The 8100 converts all character data to upper case,
  37.        which really was not desirable. After retyping several of the
  38.        downloaded files, I refused to retype the others. The first version
  39.        only performed Option 0 a 100 percent conversion to lower case.
  40.       I decided it needed several other options and created Version
  41.        2.0, which allows four conversion options.
  42.  
  43.  
  44.        SAMPLE SCREEN:
  45.  
  46.  
  47.  
  48.           'DOWNER' Case Conversion Program
  49.  
  50.         Enter origion filename (d:\path\filename.ext)
  51.           A:TESTDATA.TXT
  52.  
  53.  
  54.         Enter destination filename (d:\path\filename.ext)
  55.           A:TESTDATA.OP1
  56.  
  57.         Enter Conversion Codes:  0 = all lower
  58.                      1 = Caps after .!?
  59.                      2 = First letter of each word
  60.                      3 = Caps after .!? + First of line
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.           'DOWNER' Case Conversion program                Page 2
  69.  
  70.        FILES INCLUDED:
  71.  
  72.        DOWNER.EXE       The compiled version of this program
  73.        DOWNER.BAS       The Basic Source code for this program
  74.        DOWNER.DOC       The documentation of this program
  75.        TESTDATA.TXT     Test Data to be used to test this program
  76.        BRUN10.EXE       Microsoft QuickBasic Runtime Library
  77.  
  78.  
  79.        SETUP INSTRUCTIONS:
  80.        1. Copy the DOWNER.EXE program to any directory that you choose.
  81.        2. Copy the BRUN10.EXE program to any directory that will be in
  82.       your path when executing the DOWNER program.
  83.        3. Test the program like the example on first page.
  84.  
  85.  
  86.        OPTIONS:
  87.        The options speak for themselves:
  88.        0 - All characters will be converted from upper case to lower.
  89.        1 - All characters will be converted from upper case to lower,
  90.        except the first non blank character after a period(.),
  91.        an exclaimation mark(!) or a question mark(?).
  92.        2 - All characters will be converted from upper case to lower,
  93.        except the first character of each word.
  94.        3 - All characters will be converted from upper case to lower,
  95.        except the first non blank character after a period(.),
  96.        an exclaimation mark(!) or a question mark(?) and the first
  97.        character of each line.
  98.  
  99.  
  100.        APPLAUSE, APPLAUSE:
  101.        Seriously, if you would like to see more software available from
  102.        Botkin's SoftStuff and are like the multitudes that refuse to
  103.        tell anyone that you appreciate their efforts then please clap
  104.        your hands together and say out loud "Nice Job". Believe it or
  105.        not, I'll hear you and it will make me feel better.
  106.        Better yet, take two minutes and send me a card or letter stating
  107.        why you liked the software, how it could be improved and what
  108.        kind of software you would like to have but can not locate.
  109.