Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copying Files to a Client's Pocket PC using Terminal Services

Status
Not open for further replies.

ShaneBrennan

Programmer
Joined
May 19, 1999
Messages
198
Location
GB
Hi Everyone

If this is the wrong place for this post - I appologies.

I'm new to Terminal Server - but have managed to copy files to the client's PC using commands (in MSAccess) like:

filecopy c:\test\Test.doc \\tsclient\c\Test.doc

But then the user has to click on another program to transfer the document to their PDA - This is written in VB6 using RAPI? API commands to transfer the file to \My Documents.

this is working perfectly - however it is very clumbersome as the user has to keep remembering to run the second program - which of cause they forget to do 10% of the time - but his causes one heck of a headache.

What I'm looking for is a way of telling the server program to send the files DIRECTLY to the PDA maybe something similar to:

filecopy c:\test\Test.doc \\tsclient\mobile Device\My Documents\Test.doc

Thank you for any help given.



Shane Brennan

'-----------------------

' Emails: shanebrennan@postmaster.co.uk


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top