impossible ipod?

J

Jean Pierre Daviau

Hi evrybody,

I tried to xcopy mp3 file to my sansa ipod. Does not work.
xcopy /D/I c:\*.mp3 "Poste de travail\Sansa e250\PPI
NAND\MUSIC\4chemins"

The folders are created on the desktop and the file copied there.

--
Thanks for your attention.


Jean Pierre Daviau
--
Easyphp1.8 with Apache1.3.24
DEVC++, borland 5.5
windows Xp
asus p4 s533/333/133
Intel(R) Celeron (R) CPU 2.00 GHz
MMX(TM), SSe SSE2
Processor Radeon7000 0x5159 agp
 
M

Matthias Tacke

Jean said:
Hi evrybody,

I tried to xcopy mp3 file to my sansa ipod. Does not work.
xcopy /D/I c:\*.mp3 "Poste de travail\Sansa e250\PPI
NAND\MUSIC\4chemins"

The folders are created on the desktop and the file copied there.
Where do you issue that command ? From your Desktop?

The destination doesn't include a drive letter,
so the current folder is assumed.

If your sansa (you can get an ipod only from Apple) has a drive letter
assigned, prepend your destination with it

xcopy /D/I C:\*.mp3 ^
"x:\Poste de travail\Sansa e250\PPI NAND\MUSIC\4chemins"
 
J

Jean Pierre Daviau

The destination doesn't include a drive letter,
so the current folder is assumed.

If your sansa (you can get an ipod only from Apple) has a drive
letter assigned, prepend your destination with it

xcopy /D/I C:\*.mp3 ^
"x:\Poste de travail\Sansa e250\PPI NAND\MUSIC\4chemins"

Non valid drive letter


Can I assign a drive letter trough XP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

setting screen in ansi on the fly 1
mkdir %_folder% 1
registery keys 4
cmd and win98 1
french characters 9
command line VS cmd file 3
pushd 4
FC 3

Top