home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PILOT / PC / MEMOTRNS / README.TXT < prev   
Encoding:
Text File  |  1996-10-20  |  9.6 KB  |  216 lines

  1. <HTML><BODY><PRE><P>
  2.                             MemoTrans V4.1 
  3.                           By Vincent Debierre        
  4.                            VinceDeb@aol.com  
  5.                                10/20/96
  6.              
  7.                Downloaded at http://members.aol.com/VinceDeb
  8.         System Requirements:
  9. ------------------------------------
  10.   Visual Basic 3.0 Runtime Library : vbrun300.dll
  11.   Cmdialog.vbx ; Commdlg.dll ; Threed.vbx ; MsgBlast.vbx
  12.   Microsoft Windows 3.1 or NT or 95
  13.                     Included files :
  14. ------------------------------------
  15. MemoTXXX.exe    Windows executable file(XXX = revision number)
  16. MemoHtm.ini    Html stripper initialisation file
  17. Readme.txt    This text file  
  18.                            Overview:
  19. ------------------------------------
  20.   This program add any text file to your memopad automaticaly. It has also an 
  21.   HTML code stripper integrated with an autodetect option.
  22.   You can use it through :
  23.             - the interface, 
  24.             - the command line, 
  25.             - Drag&Drop from the File Manager or Explorer
  26.             - the Send To command in Win95 right click, 
  27.               - or by throwing a file over its icon on the win95 
  28.               desktop.
  29.   You are also able to have multiple configurations : just copy the EXE file 
  30.   and rename it as you wish. It will create a new INI file with
  31.   the same name. 
  32.   
  33.   With version 4, you are now able to run the MemoEdit. This part of the program
  34.   allows you to perform these operations : add, edit, delete, undelete before HotSync
  35.   (basicaly what PilotDesktop is doing). CAUTION : personal items will be visible in
  36.   any case.
  37.                       Instructions:
  38. -----------------------------------
  39. 1) Run the program
  40. 2) Configure the header and the options you want to keep as default
  41.    Go in the config menu, enter the Pilot directory and save.
  42. 3) The "HTML Autodetect" option is very useful, if you want to use the internal
  43.    Stripper. "Stop after Drag&Drop" : when checked the program will stop if you
  44.    use it trough SendTo or after you Dragged&Droped a file over MemoTrans icon on 
  45.    the win95 desktop
  46. 4) Select the file to transform OR Drag&Drop a file from Explorer (or File Manager) 
  47. 5) Check the desired options,  
  48. 6) Press the "Transfer" button button (Pilot desktop should not be running or be 
  49.    set to another user)
  50. 7) HotSync your Pilot
  51. -----  OR  --------
  52.             Use the command line :
  53. ----------------------------------
  54. MemoTXXX.exe File_To_Transform  "Begining_Of_Header" "Title" "End_Of_Header" -[Options]
  55.   Even if you don't want the Begining_Of_Header, Title or End_Of_Header insert "" 
  56.   (empty string) 
  57. Options are :
  58.     d : Date stamp
  59.     y : Date stamp with year
  60.     p : Page number stamp
  61.     w : Cuts at end of Word
  62.     l : Cuts at end of Line
  63.     r : Private
  64.     h : Html
  65.     t : text
  66.     c : Specify the target category Followed by the  name of the category 
  67.         between quotation marks
  68.    NOTA : if you dont specify a option, the program uses the default option saved.
  69. Example :
  70. --------
  71. Command line : 
  72.   MemoTXXX.exe c:\data\Bigfile.txt "---" " Text from David" "---" -dplc"internet"
  73.   And you will get this kind of header : "---06/10 Text from David 1/4 ---"
  74.   transfered in "internet" category.
  75. -----  OR  ------
  76. If you put MemoTrans on your office (Windows95 screen) :
  77. Drag and Drop a file over your MemoTrans office icon : It will automaticaly 
  78. import the file in default category in the Pilot Desktop with the header 
  79. you saved with "Config.". The file name will be inserted if you've selected 
  80. the middle header.
  81. (You can also put an alias of MemoTrans in the SendTo directory of windows95)
  82.                         HotSync:
  83. --------------------------------
  84. When you HotSync your Pilot your new memos don't seem to stay in the correct 
  85. order. To keep the correct order, you should select "Desktop overwrites Pilot"
  86. in the custom menu (HotSync menu).
  87. Remember that doing so, the memos you've entered in your pilot since the 
  88. last HotSync will be lost.(Do a normal HotSync before...)
  89. I added an option. Once configurized, when you execute MemoTrans, HotSync will
  90. use the configuration that you have saved in the config window ("HotSync 
  91. button").
  92. Configurize the HotSync to use with Memotrans :
  93. -----------------------------------------------
  94. - Start Pilot Desktop and go in the Custom menu (HotSync)
  95. - Set All the options to the desired setting
  96.     
  97.     I suggest :     Every thing with "do nothing" with "Set as default"
  98.             Except Memopad with "Desktop overwrites Pilot" "set 
  99.             as default"
  100.  
  101. - Start MemoTrans and go in "Config", push the HotSync button
  102. - After two "OK" pressed your configuration is saved and Memotrans has exit
  103. - Reconfigure the Custom menu to the setting you had before.(don't forget to
  104.   "set as default")
  105. - Exit Pilot Desktop or set Pilot Desktop to a user you won't use with MemoTrans.
  106. - Start MemoTrans
  107.   As long as MemoTrans is on, your HotSync will use the saved setting.
  108.                        Html stripper :
  109. --------------------------------------
  110. The html stripper integrated in MemoTrans is customable with the memohtm.ini
  111. file.  When MemoTrans encouters a tag listed under a section ([html], [ul],...
  112. it replaces it with the defined expression.
  113. The expression is made of :
  114.                 cr    : LineFeed + CarriageReturn
  115.                 &aaa& : String between ampersand character
  116.                 (34)  : Any character defined as ASCII decimal
  117.                     number
  118. But when MemoTrans encounters a tag defined as a section([ol], [ul],...)
  119. it uses the definition tag defined under the new section until it encouters
  120. the ending tag (e.g. </ul>). You should also defined ending statement under
  121. [html].
  122. You can defined as many html tag as you like but no section.
  123. Under the [Chr] section is defined special characters.
  124.  
  125.                          Hints:
  126. -------------------------------
  127. - When the middle header is checked but empty (and saved as default),any 
  128.   selected file will be enter in this part of the header.
  129. - If you save the config with "HTML" checked, the autodetect is off and
  130.   Memotrans will try to strip html code out of any file.
  131.               Troubleshooting :
  132. -------------------------------
  133. - If a error occurs during the writing of the "memopad.dat" file, this 
  134.   file can be unusable by the HotSync Manager. You are able to use the 
  135.   Back-up file "memopad.bak" which is a copy of your "memopad.dat" just 
  136.   after your last HotSync, or you can use "memopad.mmt" which is a copy 
  137.   of "memopad.dat" just before using MemoTrans. 
  138.   If you get this message when you are trying to open Pilot Desktop :
  139.    " Pilot caused an invalid page fault in module MFC30.dll..."
  140.   you should erase your current "memopad.dat" and rename one of the 2
  141.   above.
  142. - In the config window, you must enter the Pilot desktop directory 
  143.   without the "pilot.exe" (but with the last "\").
  144. - HotSync Manager must be running.
  145. - The .ini file must stay where the application is located.
  146. - The number of memos on disk are the number of all the memos that 
  147.   have been created since the last HotSync. It includes the one you'have
  148.   already deleted.
  149. - If you create, delete or rename users, you should reconfig HotSync in
  150.   MemoTrans
  151. Disclaimer and Usage Agreement:
  152. -------------------------------
  153. I MAKE NO GUARANTEE THAT THIS SOFTWARE WILL FUNCTION FLAWLESSLY NOR WILL 
  154. I TAKE ANY RESPONSIBILITY FOR DAMAGES INCURRED BY THE USER EITHER
  155. ACCIDENTALLY OR INTENTIONALLY THROUGH THE USE OF THIS SOFTWARE. THE SOFTWARE
  156. IS PROVIDED AS IS. IT IS FREEWARE AND YOU MAY DISTRIBUTE IT AS SUCH 
  157. PROVIDING YOU KEEP THE PROGRAM FILES, THE ASSOCIATED DATA FILES IN ORIGINAL 
  158. INTACT CONDITION.  THIS PROGRAM MAY NOT BE SOLD COMMERCIALLY OR PRIVATELY 
  159. WITHOUT THE PERMISSION OF THE AUTHOR. 
  160.             Revision History :
  161. -----------------------------
  162. v4.1    Bug in MemoEdit that misses the last memo and bug in the "New
  163.     memo" procedure removed
  164. v4beta    Bug when a category name had space removed
  165.     MemoEdit : add, edit, delete and UNDELETE.
  166. v3.07    Bug when category has more than 8 letters removed
  167.     No header bug removed
  168. v3.06    Bug when used with a lot of memos corrected
  169.     Html stripper review to handle special chr more efficiently
  170.     Show the saved category when config is saved
  171. v3.05    The use with Pilot Desktop simultaneously is more stable
  172. v3.04    Command line bug corrected
  173. v3.03    Html stripper corrected for space character after a carriage return
  174.     Options for cutting procedures improved
  175. v3.02    Readme file rewrited
  176.     Latent bug corrected
  177. v3.01    255 octets bug fixed
  178. v3.0    Version rewrited
  179.     Transfer text directly to memopad ready for HotSync
  180.     Integrated Html stripper, user customable, and autodetect
  181.     Private option
  182.     MultiUser
  183.     Number of memos preview
  184.     HotSync configuration
  185. v2.5    Full Drag&Drop support
  186.     Faster exe
  187. v2.4    Multiple configurations
  188.     Name your category through command line
  189.     Page counter corrected
  190.     Stop after Drag&Drop (option)
  191.     Code improved (Smaller than v2.3)
  192.     "Space in header" bug corrected
  193. V2.3    Automatic Import to the Pilot Desktop to a specific category
  194.     Deletion of file after import (option)
  195.     Minor bugs corrected
  196. V2.2    Drag and Drop feature when not started
  197.     Minor bugs corrected
  198. V2.1    Command line added
  199.     Date stamp in header added
  200. V2    Header added
  201.     Config saving added
  202. -----------------------------------------------------------------------
  203. Windows is a trademark of Microsoft Corporation
  204. Pilot Desktop, Pilot, HotSync are a trademarks of US Robotics, Inc.
  205. All other brands and product names are registered trademarks or
  206. trademarks of their respective holders.
  207. How to contact the author:
  208. E-mail : VinceDeb@aol.com
  209. Fax number :     33-1.64.24.55.13
  210.         ATTN : Vincent Debierre
  211. Postal address:    Vincent Debierre
  212.         12 chemin de la saussaie
  213.         77123 Noisy sur Ecole
  214.         France
  215. </PRE></BODY></HTML>
  216.