using activesync

derez

Expert
Licensed User
Longtime User
I fail to find the path to put in a b4ppc code as the destination for file copy from the desktop to the device.

It is possible to do it manually with windows file manager (explorer) , there the name is "Mobile Device" but I can't get it to work in a program.

Is it possible at all ?

Edit:

The quickest way to find an answer to a problem is to write it as a question here in the forum.
while you wait, you keep searching and then you find it by yourself...
I think that I found the answer in RAPI, I'm going to study it.
 
Last edited:

derez

Expert
Licensed User
Longtime User
I am working on a program to install an application on the device, since the setup builder is somehow limited (I can't get it to install 5 exe files with shortcuts and copy several subdirectories to two different places)

I am doing fine with the Rapi Dll, except for one problem - there is no method to copy a file as a shortcut (like it can be done with the explorer).

Since the copy & paste as shortcut is done within the device, this function is not required to be included in Rapi (which runs on the desktop only).

With this method the setup application can be built by Basic4ppc only. I promise to share it with the forum.

Is it possible to do it by door library ?

can it be added to filesex as an upgrade ? Please...;)
 

derez

Expert
Licensed User
Longtime User
Thank you for the link, Erel

I'm sure that i'll be able to implement it with it :sign0060:

The program will follow soon.
 
Top