home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / WM10.ZIP / DOC.DAT / cut.txt < prev    next >
Encoding:
Text File  |  1995-08-30  |  994 b   |  26 lines

  1.  WM Cut
  2.  ──────
  3.  
  4.  WM Cut does just what its name implies: given a WAV and a time range, it 
  5.  removes the latter from the former. 
  6.  
  7.  Usage:   Cut <source> <destination> <start>:<end>
  8.  
  9.           The default directory is Temp\. The default extension is WAV. The 
  10.           source file may NOT be overwritten; you must specify different 
  11.           filenames and/or extensions.
  12.  
  13.           <start> and <end> times are expressed in milliseconds. Don't worry
  14.           about specifying an <end> extending beyond the actual file size, it
  15.           will just cause the exact end value to be used.
  16.  
  17.  Option:  /q (quiet mode: no screen output)
  18.  
  19.  The following title:value pairs are written to WAVmaker's public Function key
  20.  file {FnKeys} upon successful termination:
  21.  
  22.                              File #1    : <source>
  23.                              File #2    : <destination>
  24.                              Start time : <start>
  25.                              End time   : <end>
  26.