home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PILOT / PC / CREATECS / CCSV.TXT < prev   
Encoding:
Text File  |  1997-01-04  |  5.1 KB  |  144 lines

  1. CREATE pilot memo CSV FILE v1.2 Free for Personal Usage
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. by Tan Kok Mun (kokmun@pacific.net.sg)
  4. Copyright (C) 1996
  5.  
  6. -* THIS PROGRAM RUNS ONLY UNDER DOS, WINDOWS 3.1 or WINDOWS 95 ONLY *-
  7.  
  8. The latest version of this software can be found at :
  9.  
  10.      http://home.pacific.net.sg/~kokmun/pilotdesktop.htm
  11.  
  12. THIS IS A FREEWARE for PERSONAL USAGE. For corporate users please contact
  13. me via Internet E-Mail for licensing.
  14.  
  15. If you like this software, post me an e-mail or a post card. If you want 
  16. to send money, please send it to your local charity.
  17.  
  18.  
  19. 0. HISTORY
  20.    04/01/1997 : Version 1.2.
  21.                 - Corrected the double carriage return when importing CCSV generated
  22.                   file into MAC pilot Desktop. Thanks to Michael Bay for his help.
  23.  
  24.    22/12/1996 : Version 1.1.
  25.                 - Large source file (> 4K) will be split into multiple
  26.                   memo. This is a limiatation of the MEMO IMPORT facility.
  27.                 - The source file specification can have wild card
  28.                   characters.
  29.  
  30.    21/12/1996 : Version 1.0. First release.
  31.  
  32.  
  33. 1. LEGAL INFORMATION/DISCLAIMER
  34.  
  35.    Please understand that you use CCSV at your own risk. I cannot 
  36.    be held liable for damage due to the usage of CCSV.
  37.  
  38.    BY USING CCSV, YOU ARE AGREEING TO BE BOUND BY THE TERMS
  39.    PRESENTED BELOW:
  40.  
  41.    You expressly acknowledge and agree that use of the CCSV software
  42.    (hereafter referred to as 'the Software') is at your sole risk. 
  43.    The Software and the related documentation are provided AS IS  
  44.    and without warranty of any kind, express or implied, including, but 
  45.    not limited to, the implied warranties of merchantability and fitness 
  46.    for a particular purpose.
  47.  
  48.    Under no circumstances, including negligence, shall Tan Kok Mun be 
  49.    liable for any incidental, special or consequential damages that result  
  50.    from the use or inability to use the Software or related  documentation, 
  51.    even if advised of the possibility of such damages.
  52.  
  53.  
  54. 2. INTRODUCTION
  55.    CSV files are files that be imported directly into the PILOT MEMO via the
  56.    MEMO-FILE-IMPORT command. Each input files that you specify during the 
  57.    creation of the CSV file will appear as an individual memo after the
  58.    IMPORT process.
  59.  
  60.  
  61. 3. USAGE
  62.    Syntax : CCSV file_1 [...file_N] csv_file
  63.  
  64.    Default csv_file extension is '.CSV'
  65.  
  66.    eg. To convert 3 files (MUSIC.TXT, HITS.TXT and TOPTEN.TXT) to CSV file,
  67.        use the command :
  68.           CCSV music.txt hits.txt topten.txt mylist
  69.  
  70.    This will generate a CSV file named MYLIST.CSV that can be imported
  71.    into PILOT DESKTOP MEMOPAD using the IMPORT command.
  72.  
  73.    For more information on importing data into MEMOPAD, please refer to :
  74.       PILOT DESKTOP HANDBOOK
  75.       Chapter 3. Importing and Exporting Data
  76.  
  77.    Each file you specify will be in a seperate memo after the import process.
  78.  
  79.  
  80. 4. FREEWARE AGREEMENT
  81.  
  82.    CCSV is a freeware. However this does not mean that you own the
  83.    software, you are only licence to use it. All ownership and Copyright
  84.    of the software and code belongs to Tan Kok Mun. Please read LICENSING
  85.    AGREEMENT below.
  86.  
  87.    
  88. 5. LICENSING AGREEMENT
  89.  
  90.    The software accompanying this document (the Software) and the related  
  91.    documentation are licensed to you by Tan Kok Mun (the author).
  92.    
  93.    Although the Software is freeware, it is not Public Domain. The software 
  94.    contains copyrighted material and other proprietary material. 
  95.  
  96.   
  97. 6. DISTRIBUTION
  98.  
  99.    This manual and all accompanying files may be distributed freely,
  100.    provided that:
  101.    - Neither text nor any other file is modified in any way. No file
  102.      may be omitted nor added in the distribution.
  103.  
  104.    - No money may be charged for the program nor for any accompanying
  105.      files, other than the usual downloading time fees charged by
  106.      commercial BBSes and online services.
  107.  
  108.    - I want to know where my program will be distributed. Please notify me
  109.      if it will be included in printed matter, floppy, or CD-ROM before its
  110.      publication. No matter what the circumstance, I would strongly
  111.      appreciate a copy of whatever collection in which it is included.
  112.  
  113.    - If you distribute any program that is based on this program, you must
  114.      not charge anything for them. In addition, you must attribute their
  115.      origin.
  116.  
  117.      When they are published in a commercial magazine or book, they must be
  118.      described as having been made by this program, and the author requires
  119.      the contribution fee determined by the magazine or book company. In 
  120.      these cases, please contact the author to get permission before 
  121.      publication.
  122.  
  123.  
  124. 7. CONTACTING THE AUTHOR
  125.  
  126.    If you should wish to reach me for any reason, including, but not
  127.    restricted to:
  128.  
  129.    a) Bug reports.
  130.    b) New features request.
  131.    c) Modifications to existing features.
  132.    d) Any comments, good or bad.   8-)
  133.    e) Greeting Cards.
  134.  
  135.    I can be reached at:
  136.  
  137.    E-Mail     : kokmun@pacific.net.sg
  138.    Web Page   : http://home.pacific.net.sg/~kokmun/
  139.  
  140.    Snail-Mail : Tan Kok Mun
  141.                 64, Jalan Kuak
  142.                 Singapore 577833
  143.  
  144.