Re: v2.71 doesn't work
"N Sharp" <[email protected]>
| Newsgroups | gmane.comp.ipod.ephpod |
|---|---|
| Message-ID | <[email protected]> |
Well, it stripped my attachments. Here's the text of the two files: --------- ToM4A.bat --------- @Echo off REM REM Batch file to convert all *.mp4 file extensions to *.m4a REM so that the files can be copied into EphPod and onto my iPod. REM REM Created by Neil Sharp REM Last updated on 2003/05/12 echo Converting AAC files to M4A file extensions for transferring to the iPod... FOR /R "C:\iPod Music Library\AAC" %%i IN (*.mp4) DO move /Y "%%i" "%%~pi%%~ni.m4a" --------- ToMP4.bat --------- @Echo off REM REM Batch file to convert all *.m4a file extensions to *.mp4 REM so that the files can be played in Quicktime or NeroMix. REM REM Created by Neil Sharp REM Last updated on 2003/05/12 echo Converting AAC files to MP4 file extensions for playing on the PC... FOR /R "C:\iPod Music Library\AAC" %%i IN (*.m4a) DO move /Y "%%i" "%%~pi%%~ni.mp4" **Remember to change the base directory in the batch files to your base directory for your MP4's. Hope this helps, Neil >From: "N Sharp" <[email protected]> >Reply-To: [email protected] >To: [email protected], [email protected] >Subject: [ephpod] Re: v2.71 doesn't work >Date: Thu, 07 Aug 2003 11:57:56 -0500 > >I think I've posted these before, but here's a workaround to the renaming. >I just run these scripts each time I add new MP4/AAC files through Nero to >my collection. > >Note: These have only been tested on Win XP. I don't know that they will >work for previous versions of Windows, due to the way the FOR command >changed in XP. > >Neil > _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus ------------------------------------------------------ ephPod Mailing List FAQ and HomePage http://www.ephpod.com mailto:[email protected] to susbcribe mailto:[email protected] to unsusbcribe mailto:[email protected] the mailing-list itself