home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PILOT / PC / MAKEDOC / README.TXT < prev   
Encoding:
Text File  |  1996-11-27  |  2.5 KB  |  100 lines

  1. MakeDoc6
  2. ========
  3.  
  4. Version 0.7
  5. 25/10/96
  6. Pat Beirne
  7. patb@corel.ca
  8.  
  9.  
  10. Overview
  11. --------
  12. This program is a document preprocessor for Rick Bram's PilotDOC reader.
  13. It runs in a DOS box, and should run on any version of DOS from 3.1
  14. up.
  15.  
  16.  
  17.  
  18. Usage
  19. -----
  20. The program is invoked normally by typing the name of the source
  21. file, the name of the Pilot file and the name of the document.
  22.  
  23. For example:
  24.     makedoc6 wizoz10.txt wiz.prc "Wizard of Oz"
  25.  
  26.  
  27. The first name is the name of the text file. Just about any text will
  28. do. If you need accented characters, use text that was created in the
  29. Window environment, since the Pilot uses Windows character
  30. assignment.
  31.  
  32. The second name is the name of the transfer file. Its name doesn't
  33. really matter, since you don't need it after you install the file
  34. on the Pilot.
  35.  
  36. The third name is the name of the document. This is the name that
  37. appears in the book selection menu on your Pilot. If the document
  38. name has spaces, you can use quotes to glue it together.
  39.  
  40.  
  41. After you create the .prc file, use the Windows Explorer to drag and
  42. drop it on to INSTAPP.EXE in your Pilot directory. This will
  43. copy it into the correct place for your next hot-sync. You can then 
  44. delete the .prc file.
  45.  
  46.  
  47. Options
  48. -------
  49. To check that everything worked properly, you can decompress the
  50. .prc file back to text.
  51.  
  52.     makedoc6 -d wiz.prc wizcheck.txt
  53.  
  54. To check on the progress and on compression ratio's, you can add
  55. the -r option to the compressor
  56.  
  57.     makedoc6 -r wizoz10.txt wiz.prc "Wizard of Oz"
  58.   
  59. To build a .prc file without compression, use the -n option.
  60.  
  61.     makedoc6 -n wizoz10.txt wiz.prc "Wizard of Oz (fat)"    
  62.  
  63.  
  64.  
  65. [I use .prc and .pdb suffix's interchangably; it doesn't seem to
  66. matter.]
  67.  
  68.  
  69. Futures
  70. -------
  71. A Windows version of this utility is possible. I am gathering 
  72. comments on what the interface should look like, and Rick and I
  73. are working on possible future features.
  74.  
  75.  
  76. History
  77. -------
  78. Ver 0.7 (27/11/96)
  79.     -fixed a bug when the user asked for no-compression, the
  80.     .prc files were incorrectly marked as 'compressed'
  81. Ver 0.6
  82.     -enforce 31 character limit for database name
  83. Ver 0.5 (23/10/96)
  84.     -fixed a bug in the compressor when the input was >1meg
  85.     -fixed a bug in the decompressor when the file was >2meg
  86.     (both are not realistic numbers on today's Pilot)
  87.     -significant rewrite
  88. Ver 0.4 (22/10/96)
  89.     -initial release
  90.  
  91.  
  92.  
  93. Terms
  94. -----
  95. If you use this software, you accept full responsibility for any
  96. loss of data or productivity. No warantee is implied or expressed.
  97.  
  98. This code is freeware.
  99.  
  100.