From: Mike C on
Is there a way to refer to my WM6 device from a Windows XP batch
file? I basically want to copy video files from my desktop to the
storage card on my Smartphone. It looks like I can't just say
something like "\my mobile device\storage card\" and it won't let me
map a drive to it.
From: Scott Seligman on
Mike C <michaeljc70(a)hotmail.com> wrote:
>
>Is there a way to refer to my WM6 device from a Windows XP batch
>file? I basically want to copy video files from my desktop to the
>storage card on my Smartphone. It looks like I can't just say
>something like "\my mobile device\storage card\" and it won't let me
>map a drive to it.

Take a look at my Rapi utilities at
http://scottandmichelle.net/scott/cestuff/rapiutils.zip . With these
tools you can do a few different things on the device from the command
line, for instance, to copy a file to the device, you can use
rapicopy:

rapicopy sourcefile.txt "\My Documents\DeviceFile.txt"

--
--------- Scott Seligman <scott at <firstname> and michelle dot net> ---------
It has been said that democracy is the worst form of government
except all the others that have been tried.
-- Sir Winston Churchill
From: Peter Pan on
Mike C wrote:
> Is there a way to refer to my WM6 device from a Windows XP batch
> file? I basically want to copy video files from my desktop to the
> storage card on my Smartphone. It looks like I can't just say
> something like "\my mobile device\storage card\" and it won't let me
> map a drive to it.

yes, however, that directory is only valid when you have the device in the
cradle and activeynch is active, so check for the device in the cradle
before you try and copy files to it


From: Beverly Howard [Ms-MVP/MobileDev] on
to expand on the other responses... while file transfers using an
activesync connection are possible, the basic windows mobile design is
that ppc's are "client only" os's, so, without external software, the
ppc's file system is not accessible using other client software.

Beverly Howard [MS MVP-Mobile Devices]
From: "Werner "Menneisyys" Ruotsalainen [MVP - Windows - Mobile Devices]" on
Note that you can make the contents of the storager card accessible without
any 3rd app install (not even AS) on the desktop with third-party apps
runnable on the handset.

--


--
Werner "Menneisyys" Ruotsalainen - Microsoft MVP - Windows - Mobile Devices
Please see the Pocket PC Mag Expert Blog (including mine) at
http://www.pocketpcmag.com/blogs/ - you will definitely like it.


"Beverly Howard [Ms-MVP/MobileDev]" <BevNoSpamBevHoward.com> wrote in
message news:OhKaPX3sIHA.2068(a)TK2MSFTNGP05.phx.gbl...
> to expand on the other responses... while file transfers using an
> activesync connection are possible, the basic windows mobile design is
> that ppc's are "client only" os's, so, without external software, the
> ppc's file system is not accessible using other client software.
>
> Beverly Howard [MS MVP-Mobile Devices]