Jump to content

kenchisho

Members
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral

About kenchisho

Personal Information

  • Occupation
    Network Admin
  • Location
    Sarajevo

Employer (optional)

  • Company Represented
    Recro-Net d.o.o.
  1. hey guys... i need help writing a script to convert files from raw to wav. I am using a tool named raw2wav.exe to convert/merge 2-file/2-way audio into a single wav file. The utility automaticly checks to see if files exist in the destination directory and does not convert them... c:\ cd c:\program files\cisco\desktop\bin for %%c in (..\..\desktop_audio\*.raw) do raw2wav "%%~nc%%~xc" is there a way to add to this batch so the tool converts only files that have a create date of today? just to mention... the file names of the raw files containt a timestamp in the and the naming is: .To/From.raw
×
×
  • Create New...