home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / finance / soar3.zip / CNVSOAR.DOC next >
Text File  |  1988-11-12  |  2KB  |  49 lines

  1.  
  2.              CONVERTING OLD SOAR DATA FILES
  3.  
  4.  
  5. SOAR users with version numbers less than 3.00 MUST convert their data
  6. files before using the new SOAR.  This is done as follows:
  7.  
  8. 1. BACKUP YOUR DATA FILES!!  Copy your data to a floppy disk for
  9.    future reference.  Assuming you have a SOAR directory and a sub-
  10.    directory for data, put a formatted disk in drive A and type:
  11.         CD \SOAR <ENTER.
  12.         COPY SOAR.SYS A:  <ENTER>
  13.         CD \DATA  <ENTER>
  14.         COPY *.CAT A:  <ENTER>
  15.         COPY CUSTOMER.MAS A:  <ENTER>
  16.         COPY SOAR.SUM A:  <ENTER>
  17.         COPY *.TRN A:  <ENTER>
  18.         COPY *.BSM A:  <ENTER>
  19.  
  20. 2. Delete your current program files (you DO have copies??) by:
  21.         CD C:\SOAR  <ENTER>
  22.         ERASE *.EXE  <ENTER>
  23.  
  24. 3. Copy your new program files (Disks 1, 2 and 3) into the SOAR directory.
  25.         COPY A:*.EXE .  <ENTER>
  26.         repeat for disks 2 and 3
  27.  
  28. 4. Convert your old data files by:
  29.         CNVSOAR  <ENTER>
  30.  
  31.    Select the "ALL" option and the program will convert your system file,
  32.    customer master file, transaction category file, summary category file
  33.    and then ask if you want to convert transaction files.  You can answer
  34.    "Y" and convert the transaction files in your data directory.  DO NOT
  35.    convert the same file twice!!  Be very careful!
  36.  
  37. If you make a mistake, just copy the files from the floppy disk you used for
  38. backup and repeat step 4.  Restoring is done by putting the backup disk in
  39. drive A and doing the following:
  40.         CD C:\SOAR  <ENTER>
  41.         COPY A:SOAR.SYS .  <ENTER>
  42.         CD C:\SOAR\DATA  <ENTER>
  43.         COPY A:*.* .  <ENTER>
  44.         ERASE SOAR.SYS  <ENTER>
  45.         CD ..  <ENTER>
  46.  
  47. You can now go back to step four and convert again.
  48.  
  49.