|
Prev: Accessing Network Shares/ Windows Mobile 6 -Wifi-HTC Touch- Possible Bug
Next: on board languages
From: Mike C on 3 May 2008 16:54 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 3 May 2008 17:28 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 11 May 2008 02:44 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 11 May 2008 10:46 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 11 May 2008 12:13 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]
|
Pages: 1 Prev: Accessing Network Shares/ Windows Mobile 6 -Wifi-HTC Touch- Possible Bug Next: on board languages |