Here is my situation...

I am implementing a new barcode scanner system. The one I am replacing is almost 10 years old and written in MCL 1.0. The new ones run Windows CE. I have a cradle that attaches to my PC vis USB. I have written the application in VB2005. Everything seems to work, so far.

Every scanner runs the same code. Therefore, it creates a file (on the scanner) with the same name ("scannerfile").

I can't seem to tell ActiveSynch where to place the file. It wants to put it in c:\documents and settings\my name\my documents\scanner my documents\scannerfile.

I can write my VB6 app on the PC to look for the file there. However, the next scanner gets in the cradle and it sends it to c:\documents and settings\my name\my documents\scanner1 my documents\scannerfile.

This may be the wrong place to ask, but it is Mobile Development. Is there a good technical document about ActiveSynch 4.5? If I could get all the scanners to "synch" their file to the same place, life would be much better for me.