First, I am a VB/ADO newbie so type S L O W L Y when answering please.
I have collected and modified some code that watches folders and when a file arrives in a watched folder it writes the file name and date to a row in an Excel database using Insert into.
It works OK until I open the DB and...
Does anyone know of a program that will do all of the follwing over a VPN...
Remote administer
File transfer to and from mapped drives
Allow printing a file to a printer at another location.
If not, is there another way to do all these?
John
All the books and tutorials always show you how to write a program starting from a form. I want to write an EXE that runs just by double clicking a desktop shortcut to it, without any forms at all. What must I do to accomplish this?
I'm using VB.Net by the way.
John
I'm automatically transfering files from a local folder to a similarly named folder on the host. But, since the return value of the FileXferToHost command only indicates if the command executed or not, I can not be sure the file actually transfered.
My only idea is to attempt to transfer the...
How do I get around a Run-time error 70 "Permission Denied" when I try to run a fso.copy(filedest) or fso.MoveFile
file, destpath command (where fso is equal to a valid file name). Here is the actual code (I'm a newbie so be gentle)..
It is not a security issue since drive F: is a...
How do I get around a Run-time error 70 "Permission Denied" when I try to run a fso.copy(filedest) or fso.MoveFile
file, destpath command (where fso is equal to a valid file name). Here is the actual code (I'm a newbie so be gentle)..
Public LogTemp As Object
Public fso As Object...
Can anyone tell me if and how this can be done? I'm running an EXE on the remote machine that calls the host and transfers files to a drive that is a mapped drive on the host (another machine on the host's network). This works fine unless the drive is not mapped of course.
How can I check to see...
With the help of many of you we have successfully logged onto a remote PC with PC Anywhere using VBA. However when the VBA program attempts to start a file transfer PC Anywhere asks for authentication. How do I turn off the request for authentication or send this info to PCA?
Thanks
John
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.