Quickly Copy Files Between Mobile Device And Desktop PC
By Thomas Johnson | April 28, 2009
Often I find myself repeatedly copying files between a mobile device and desktop pc. Using the CE Copy tool that is part of the Windows Mobile Developer Power Toys it is quite easy to setup up a bat file to make this task easier.
After you’ve installed the power toys it’s a simple matter of setting up a bat file with the following command. Just replace the ??? with the directories or files that you’re interested in.
To copy from the device:
“C:\Program Files\Windows Mobile Developer Power Toys\CECopy\CECopy.exe” “dev:\???” “C:\???”
To copy to the device:
“C:\Program Files\Windows Mobile Developer Power Toys\CECopy\CECopy.exe” “C:\???” “dev:\???”
Topics: Uncategorized |
One Response to “Quickly Copy Files Between Mobile Device And Desktop PC”
Comments
« Identifying Duplicate Code With Simian | Home| Profiling .NET CF Applications With Eqatec »
2:20 pm on April 28th, 2009
[...] Quickly Copy Files Between Mobile Device And Desktop PC [...]