BusCE is a Microsoft Windows app developed in C#. It is a tool for receive files from a WinCE PdA (Portable Digital Assistant) like a Motorola Symbol terminal. You can start BusCE either with or without parameters. First option is also known as Ghost Mode, second option is knows as GUI Mode.
Without start parameters the application shows his graphical interface. You can insert values on fields and starts file reception.
It's a start without parameters. On this case the graphical interface is not shown. The application execute data transfer without need of user interaction. This mode can be used as a module from another application.
- -lp Local Path : path where the files receiced from PdA are saved
- -rp Remote Path : path on PdA where source files are searched
- -rf Remote Filter : file's search filter
Follows an exemple of Ghost Mode:
BusCE.exe -lp=c:\busce\in -rp=\data -rf=out_*.txt