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.
Printable View
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.
Yes you can.
VB Code:
Private Sub Timer1_Timer() //or make Clickable// If Time = "11:00:00 AM" Then //Optional// Shell("netsend")Execute hwnd, "open", "file://c:\yourfile.exe", vbNullString, vbNullString, conSwNormal End If End Sub
I guess windows XP doesn't support that anymore:
Quote:
Sending files is no longer supported.
More help is available by typing NET HELPMSG 3777.