home *** CD-ROM | disk | FTP | other *** search
/ Merciful 3 / Merciful_Release_3.bin / software / d / disneysanimationstudio.dms / disneysanimationstudio.adf / Tools / CopyScore.doc < prev    next >
Text File  |  1990-05-02  |  1KB  |  36 lines

  1.  
  2.                                 CopyScore
  3.  
  4. CopyScore is a utility which reads a SMUS score and copies the score and all
  5. its associated instruments into a selected directory. The general format is:
  6.  
  7.     CopyScore Score.smus Instr/ Dest/
  8.  
  9. where:
  10.  
  11.     Score.smus is the name of the score to be copied.  The full pathname is
  12. necessary if the score is not in the current directory.  The '.smus' extension
  13. is optional.
  14.  
  15.     "Instr/" is the name of the directory in which the instruments for
  16. this score are located.  This may be omitted if the instruments are in the
  17. same directory as the score.  Two double quotes ( "" ) may be used if the
  18. instruments are in the current directory.
  19.  
  20.     "Dest/" is the destination directory in which to put the score and
  21. its instruments.  Two double quotes ( "" ) may be used to copy to the
  22. current directory.
  23.  
  24.     It is also possible to list the score's instruments without copying
  25. them. This takes the form
  26.  
  27.     CopyScore -l Score.smus [ Instr/ ]
  28.  
  29.     If the instrument directory "Instr/" is omitted, CopyScore will
  30. look for the instrument names in the same directory as the score.  If they
  31. are not found, only the instrument names contained in the score will be
  32. listed.  In a score using only IFF instruments, this will be all of the
  33. instruments, but in a Sonix score, there may be sample files with a '.ss'
  34. extension.  These files will not be listed if CopyScore can't find the
  35. instrument directory.
  36.