PDA

View Full Version : help with TextFile.WriteFromString


fcc
03-22-2004, 04:27 PM
Hello to all.

I can use TextFile.WriteFromString for write a log file in another pc through a network, maybe using the ip address?

Thanks

TJ_Tigger
03-23-2004, 07:42 AM
I am not aware of a way that you can do it directly unless you have some sort of a batch file that will do it for you.

You may want to look at the FTP plugin on Autoplay.org. That might accomplish what you are looking for.

Worm
03-23-2004, 08:16 AM
If the computers are on the same network, you could share a folder on the PC you want to write the log out to, then use the UNC name (\\ComputerName\ShareName\Filename) in your code.

If your talking about doing this across the internet, then as Tig said, you'd have to set up some kind of client/server scenario.

fcc
03-23-2004, 08:28 AM
thank you TJ_Tigger and Worm, today I will prove its recommendations.

thanks again.