home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 225.lha / JrComm_v.91 / jrupdate.doc < prev    next >
Text File  |  1989-04-04  |  2KB  |  38 lines

  1.    JR-Update is a small conversion utility for all #?.def, #?.macros
  2. and #?.phones files, hereafter described as "jrcomm.#?" files.
  3.  
  4.    I didn't intend to have to include this program yet, but the phonebook
  5. wasn't saving all the necessary information, to wit: palette colors,
  6. alternate dial prefix and password length/type data.
  7.  
  8.    All JR-Comm files have a version number contained inside each file,
  9. this prevents a future JR-Comm program from using an incompatible file
  10. which could have untold disasterous results on your system.  Well, if
  11. it were to guru on you and there was some unsaved work somewhere else
  12. you'd be slinging some mud at me, and I don't exactly go around asking
  13. for mud to be thrown my way...  So, I came up with this little idea for
  14. preventing that from happening.
  15.  
  16.    Anyways, JR-Update is fairly quick and dirty, to run it use the following
  17. command template:
  18.  
  19.                         jrupdate [pathname]
  20.  
  21.    The pathname is optional, if omitted then you must have your jrcomm.?#
  22. files in the current directory.
  23.  
  24.    If it is included there is two things to remember. If the pathname is a
  25. volume or assigned directory include the colon, for example, "JRCOMM:".
  26.  
  27.    If it is a subdirectory then add the '/' character to the pathname, if
  28. if it isn't a directly below the current directory use the full pathname.
  29.  
  30.    So, "defs/" would mean that the directory is a subdirectory of the
  31. current directory, whereas "TELECOMM:jrcomm/defs/" would describe the
  32. complete pathname to where your jrcomm.#? files are.
  33.  
  34.    Like I said, it's quick and dirty right now, I plan to fortify it
  35. for the official release.  It does do all the required error checking 
  36. right now, it just is a little weak in pathname processing.
  37.  
  38.