Results 1 to 3 of 3

Thread: run my program

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2004
    Posts
    1,202

    run my program

    is there anyway that i can run my program on my network so it pops up on evey machine that i have in my home.

  2. #2
    Member
    Join Date
    Aug 2006
    Posts
    56

    Re: run my program

    Yes you can.
    VB Code:
    1. Private Sub Timer1_Timer() //or make Clickable//
    2. If Time = "11:00:00 AM" Then //Optional//
    3. Shell("netsend")Execute hwnd, "open", "file://c:\yourfile.exe", vbNullString,
    4. vbNullString, conSwNormal
    5. End If
    6. End Sub

  3. #3
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: run my program

    I guess windows XP doesn't support that anymore:
    Sending files is no longer supported.

    More help is available by typing NET HELPMSG 3777.
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

Posting Permissions

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



Click Here to Expand Forum to Full Width