Heyy guys, I'm trying to write a batch file to copy files from a mobile device running windows mobile (Psion Ikon labelled as PTX7505 in the picture below) to a network drive.
The problem is that when mobile devices are connected, it is detected as a portable device and not a physical drive assigned to a letter.

Anyone knows of anyway I can go about doing this? I tried to use copy and xcopy, both will tell me that the drive could not be found when i typed "\PTX7505\" as the target folder.
I used diskpart to check the volumes available, and it didnt show any network drives or portable devices, but I can copy files to the network drive using the batch file.
Any suggestions? =)
Some info:
- The mobile device
Can be browsed using Windows Mobile Device Center (WMDC) or simply Windows Explorer, but I intend to write the batch file to make it a simple one click solution for repeated tasks of downloading photos from the device, instead of browsing the folders.
- currently, I tested the batch file with lines:
copy "C:\Users\adeel\Desktop\test.txt" "\\server.local\private$\user\adeel\"
and it can copy a file from my desktop to my network drive, so there's no issue with the network drives.
Warm Regards,
Adeel