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
Professional Software Development Tools
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
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.
TJ-Tigger
"A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
"Draco dormiens nunquam titillandus."
Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine
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.
thank you TJ_Tigger and Worm, today I will prove its recommendations.
thanks again.