Search results for query: *

  • Users: joemack95
  • Content: Threads
  • Order by date
  1. J

    not transferring the file

    Basically i'm trying to get my program to copy a file from a location and send it over a series of ip addresses, i've commented each individual bit, but in short it just doesn't copy the file even tho it exists in the location Public Class CopyPastFile Private Sub Button1_Click(sender As...
  2. J

    Question copying one file to another system

    So I need help copying one file to another system on a different network heres my code so far Try Dim fso, WshNetwork Const OverwriteExisting = True WshNetwork = CreateObject("Wscript.Network") fso =...
Back
Top