home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac_os2 / o2spd101.zip / OLX2SPD.DOC < prev    next >
Text File  |  1994-08-28  |  4KB  |  112 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                OLX2SPD v1.01
  7.         DOS utility: Converts folders from OLX to SPEED 1.40 format
  8.                   Freeware, copyright (c) 1994 [94/08/28]
  9.                                      by
  10.                            David Daniel Anderson
  11.                                  Reign Ware
  12.  
  13.                ** READ REIGNWAR.TXT FOR LEGAL MUMBO JUMBO **
  14.  
  15.  
  16.  
  17.  
  18. OLX2SPD will convert offline mail reader folders from OLX (v3.x and 1.5x)
  19. to SPEED format (v1.4x, and maybe earlier versions too).
  20.  
  21. Basic usage:  OLX2SPD folders(s)_to_convert[.SAV]
  22. ------------
  23.  
  24. Basic examples:
  25. ---------------
  26.  
  27.   OLX2SPD c:\olx\*.sav
  28.   OLX2SPD c:\olx\4dos.sav
  29.   OLX2SPD c:\speed\#folders\*.sav
  30.   OLX2SPD humor.sav
  31.  
  32. Step by step (be SURE you understand how OLX2SPD works FIRST):
  33. --------------------------------------------------------------
  34.  
  35.           *** CAUTION: read "Notes:" below before doing this! ***
  36.  
  37. 1) Backup your c:\SPEED\#FOLDERS directory to a temporary on-disk archive:
  38.  
  39.    DOS command= PKZIP -rP -wh c:\SFSAVE.ZIP c:\SPEED\#FOLDERS\*.*
  40.  
  41. 2) Copy your OLX *.SAV folders to your c:\SPEED\#FOLDERS\ directory so that
  42.    OLX2SPD can properly append the OLX folders to any existing SPEED folders
  43.    which share the same name:
  44.  
  45.    DOS command= COPY c:\OLX\*.SAV c:\SPEED\#FOLDERS\
  46.  
  47. 3) Convert the OLX *.SAV folders to SPEED v1.40 (*.CNF and *.IDX) folders:
  48.  
  49.    DOS command= OLX2SPD c:\speed\#folders\*.sav
  50.  
  51. 4) Then, you can simply delete the OLX *.SAV folders from the SPEED folders
  52.    directory:
  53.  
  54.    DOS command= DEL c:\SPEED\#FOLDERS\*.SAV
  55.  
  56. 5) Start up SPEED, and verify that the folders are okay.
  57.  
  58.    DOS command= c:\SPEED\sr.exe
  59.  
  60. 6a) If the folders WERE successfully and satisfactorily converted, then you
  61.    should also delete the OLX *.SAV folders in the original OLX directory,
  62.    and the temporary on-disk backup archive.  Now you should be completely
  63.    converted from OLX to SPEED!
  64.  
  65.    DOS command= DEL c:\OLX\*.SAV
  66.    DOS command= DEL c:\SFSAVE.ZIP
  67.  
  68. 6b) If the folders WERE NOT successfully and satisfactorily converted,
  69.    then you should return everything to the original state, and try to
  70.    figure out what went wrong before starting again (or giving up):
  71.  
  72.    DOS command= DEL c:\SPEED\#FOLDERS\*.*
  73.    DOS command= C:
  74.    DOS command= CD \
  75.    DOS command= PKUNZIP -d -Jhr -o c:\SFSAVE.ZIP
  76.    DOS command= DEL c:\SFSAVE.ZIP
  77.  
  78. Notes:
  79. ------
  80.  
  81. *) OLX2SPD will convert any number of OLX folders.
  82.  
  83. *) OLX2SPD should accurately preserve all of the information contained
  84.    within the original OLX folders, -except- the "Receipt" and "ExHeader"
  85.    fields in the headers.  (I don't quite know what to do with them yet.)
  86.  
  87. *) OLX2SPD does not alter the original OLX folders in any way.  You must
  88.    delete them manually after conversion.  (See "Step by step:".)
  89.  
  90. *) The resulting SPEED folders will always be in the same directory as
  91.    the OLX folders that OLX2SPD converts.
  92.  
  93. *) OLX2SPD will APPEND the OLX folders to any existing SPEED folders
  94.    that it finds in the same directory as the specified OLX folders.
  95.  
  96. *) SPEED author Jim Smith has said that the SPEED folder format will change
  97.    when SPEED v2.x is released, so please, use *EXTREME* caution if you try
  98.    OLX2SPD with anything other than v1.40 of SPEED.  (Use backups copies!)
  99.  
  100.  
  101.                ** READ REIGNWAR.TXT FOR LEGAL MUMBO JUMBO **
  102.  
  103. {------------------------------------------------------------------------------
  104.  
  105.                                 REVISION HISTORY
  106.  
  107. v1.00  : 1994/08/24.  First public release.  DDA
  108. v1.01  : 1994/08/24.  Rearranged statements in "showhelp" procedure.  DDA
  109.  
  110. ------------------------------------------------------------------------------}
  111.  
  112.