home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2005 August / maximum-cd-2005-08.iso / Software / Utilities / iPod_Support_v1_20.exe / Plugins / ml_ipod_hymn.bat < prev    next >
Encoding:
DOS Batch File  |  2004-06-15  |  151 b   |  6 lines

  1. rem usage: ml_ipod_hymn.bat "c:\hymn\hymn.exe" "d:\music\infile.m4p" "d:\music\infile.m4a" "f:\iPod_...112.m4a"
  2. del %3
  3. %1 %2
  4. copy /Y %3 %4
  5. del %3
  6.