ShaneBrennan
Programmer
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
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