Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2004
    Location
    Santiago, Chile
    Posts
    29

    help with TextFile.WriteFromString

    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

  2. #2
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    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

  3. #3
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    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.

  4. #4
    Join Date
    Feb 2004
    Location
    Santiago, Chile
    Posts
    29
    thank you TJ_Tigger and Worm, today I will prove its recommendations.

    thanks again.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts