home *** CD-ROM | disk | FTP | other *** search
/ Die PSION Power-CD 2 / PsionPowerCD2.iso / PSION-Power-CD / software / Doku / makedoc_r.txt < prev    next >
Text File  |  2000-02-02  |  1KB  |  59 lines

  1. Makedoc v0.7a for EPOC
  2. ----------------------
  3. Makedoc is the EPOC port of the populator MAKEDOC7 program for
  4. creating Aportis (or DOC) documents.
  5.  
  6.  
  7. Requirements
  8. ------------
  9. You will need to install STDLIB.SIS first on your handheld.
  10. You will also need the ESHELL.EXE program. This is a command line
  11. shell provided by Symbian. Makedoc is a command line utility
  12. and requires this program to run.
  13.  
  14.  
  15. Installation
  16. ------------
  17. Install STDLIB.SIS.
  18. Copy ESHELL.EXE into C:\
  19. Copy the MAKEDOC.EXE file into your \SYSTEM\PROGRAMS\ directory, which
  20. should be created if it does not exist.
  21.  
  22.  
  23. Usage Instructions
  24. ------------------
  25. Start ESHELL.EXE.
  26.  
  27. Then to create an Aportis document enter the following:
  28.  
  29. makedoc /document.txt /document.prc "A Document Title"
  30.  
  31. This will create the document C:\document.prc from the text file
  32. C:\document.txt. All directory paths should use / and not \.
  33.  
  34. To decompress an Aportis document enter the following:
  35.  
  36. makedoc -d /document.prc /document.txt
  37.  
  38. Just entering makedoc will being up a help screen.
  39.  
  40.  
  41. Issues
  42. ------
  43. * If you un out of RAM/disk space while makedoc is running it will simply
  44.   ignore the error and continue.
  45.  
  46.  
  47. Thanks To
  48. ---------
  49. * Rick Bram for the Makedoc7.cpp source code.
  50.  
  51.  
  52. Bugs
  53. ----
  54. Send any reports to me at simon.quinn@bigfoot.com
  55.  
  56.  
  57. Cheers
  58. Simon Quinn, Lancashire, UK
  59.