|
This program will let you send one for more files at a time to any of the Pocket PC emulators installed on your system. I originally
used Alex Feinman's EmuCpy which is command line based and only lets
you send one file at a time. I was sending enough files to the emulator that it became apparent to write a frontend to quickly send
files over the Pocket PC.
Pretty simple to use this.
- Select the emulator image you want to send the files to
- Click the "Select File" button to select a single file or "Select Folder" button to select a folder of files. If you choose a folder
you specify a mask to only send *.txt or whatever.
- In the destination field enter the destination directory. The reason it's in a combobox is so that it will save all your old choices
(I got tired of having to enter the same directories over and over again). If you want you can have it auto-create the directory on
the Pocket PC if it isn't already created.
- Press the "Copy" button and watch the progess bars go. If some exception is thrown you may not have the proper DLL's installed. I only
tested this on my machine at home and at work and it worked at both places.
I think you need Visual Studio 2003 for this to work but it might work on 2002. I was going to have the option to recurse directories
and copy all the files but I didn't need that functionality. If someone else decides to write it let me know and I'll post it here.
|