home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / tools / ice / ice.exe / ICE.CAB / MakeDocReadme.txt < prev    next >
Encoding:
Text File  |  2000-04-07  |  3.3 KB  |  127 lines

  1. MakeDoc6
  2. ========
  3.  
  4. Version 2.0
  5. 04/04/97
  6. Pat Beirne
  7. patb@corel.ca
  8. pat.beirne@sympatico.ca
  9.  
  10. WARNING:
  11. THE VERSION BEFORE THIS HAD A BUG IN THE 32 bit EXECUTABLE. 
  12. THIS BUILD IS CORRECTED. SINCE SO FEW PEOPLE DOWNLOADED THE
  13. BAD VERSION, I HAVE NOT CHANGED THE VERSION NUMBER!
  14. GOOD VERSION=date code 4/4/97
  15.  
  16. Overview
  17. --------
  18. This program is a document preprocessor for Rick Bram's PilotDOC reader.
  19. It runs in a DOS box, and should run on any version of DOS from 3.1
  20. up.
  21.  
  22.  
  23.  
  24. Usage
  25. -----
  26. The program is invoked normally by typing the name of the source
  27. file, the name of the Pilot file and the name of the document.
  28.  
  29. For example:
  30.     makedoc wizoz10.txt wiz.pdb "Wizard of Oz"
  31.  
  32.  
  33. The first name is the name of the text file. Just about any text will
  34. do. If you need accented characters, use text that was created in the
  35. Window environment, since the Pilot uses Windows character
  36. assignment.
  37.  
  38. The second name is the name of the transfer file. Its name doesn't
  39. really matter, since you don't need it after you install the file
  40. on the Pilot.
  41.  
  42. The third name is the name of the document. This is the name that
  43. appears in the book selection menu on your Pilot. If the document
  44. name has spaces, you can use quotes to glue it together.
  45.  
  46.  
  47. After you create the .pdb file, use the Windows Explorer to drag and
  48. drop it on to INSTAPP.EXE in your Pilot directory. This will
  49. copy it into the correct place for your next hot-sync. You can then 
  50. delete the .pdb file.
  51.  
  52.  
  53. Options
  54. -------
  55. To check that everything worked properly, you can decompress the
  56. .pdb file back to text.
  57.  
  58.     makedoc -d wiz.pdb wizcheck.txt
  59.  
  60. To check on the progress and on compression ratio's, you can add
  61. the -r option to the compressor
  62.  
  63.     makedoc -r wizoz10.txt wiz.pdb "Wizard of Oz"
  64.  
  65. You can control which category the data is stored into. For 
  66. example, if your Pilot has the categories:
  67.     Unfiles
  68.     Business
  69.     Personal
  70.     Travel
  71.     Fiction
  72. you can send the wiz file directly to the fiction category with
  73.     makedoc -c4 wizoz10.txt wiz.pdb "Wizard of Oz"
  74.         
  75.   
  76. To build a .pdb file without compression, use the -n option.
  77.  
  78.     makedoc -n wizoz10.txt wiz.pdb "Wizard of Oz (fat)"    
  79. (I don't know why you'd want to <g>)
  80.  
  81.  
  82.  
  83. Other Sites
  84. -----------
  85. There is a java version of this app at
  86. http://cpu563.adsl.sympatico.ca/makedocj.htm
  87.  
  88. There is a windows version of this app at
  89. http://ourworld.compuserve.com/homepages/Mark_Pierce/MakeDocW.zip
  90.  
  91.  
  92.  
  93. Futures
  94. -------
  95. This app is finished. No future enhancements are planned.
  96.  
  97.  
  98. History
  99. -------
  100. Ver 2.0 (08/03/97)
  101.     -change readme.txt to reflect preferred use of .pdb extension
  102.     -added category control to the command line
  103.     -advise users of java version and window'ed version
  104.     -renamed app to "makedoc"
  105. Ver 0.7 (27/11/96)
  106.     -fixed a bug when the user asked for no-compression, the
  107.     .prc files were incorrectly marked as 'compressed'
  108. Ver 0.6
  109.     -enforce 31 character limit for database name
  110. Ver 0.5 (23/10/96)
  111.     -fixed a bug in the compressor when the input was >1meg
  112.     -fixed a bug in the decompressor when the file was >2meg
  113.     (both are not realistic numbers on today's Pilot)
  114.     -significant rewrite
  115. Ver 0.4 (22/10/96)
  116.     -initial release
  117.  
  118.  
  119.  
  120. Terms
  121. -----
  122. If you use this software, you accept full responsibility for any
  123. loss of data or productivity. No warantee is implied or expressed.
  124.  
  125. This code is freeware.
  126.  
  127.