Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact


Writing to remote computer


Writing to remote computer

Author
Message
Coyote Paul
Coyote Paul
Forum God
Forum God (423 reputation)Forum God (423 reputation)Forum God (423 reputation)Forum God (423 reputation)Forum God (423 reputation)Forum God (423 reputation)Forum God (423 reputation)Forum God (423 reputation)Forum God (423 reputation)

Group: Forum Members
Posts: 1, Visits: 5
I use the following code to write to another computer on my home network. Can someone please tell me how to similarly write to a remote computer on the internet? The variable written (TRAP) is a small string.

BFILE = "\\MANNANET\Documents\mojo.txt"
IFILENUM = FreeFile
Open BFILE For Output As IFILENUM
Print #IFILENUM, TRAP
Close #IFILENUM

GO


Similar Topics


Reading This Topic


Login
Existing Account
Email Address:


Password:


Social Logins

Select a Forum....

















A1VBCode Forums


Search