Jump to content

client for remote


Recommended Posts

i wanna make a client to execute filles or registrys("like noveel zenworks")

i made this sow far, the only problem is how can i retrive the computers from domain and lsend them a file

#include <GUIConstants.au3>
$NEAUP = "NEA UP"
$NEASF = "NEA SF"
$NEAWZ = "NEA WZ"
GUICreate("Remote Control") 

$n1=GUICtrlCreateList ("", 10,10, 90,100 )

GUICtrlSetData(-1,$NEAUP&"|"&$NEASF&"|"&$NEAWZ,"")
$date=GUICtrlCreateDate ("", 10,95, -1,20 )
GUISetState () 

Do
$msg = GUIGetMsg()
if $msg = $n1 then
GUICtrlCreateList (GUICtrlRead($n1), 210,10,-1,100 )
endif
Until $msg = $GUI_EVENT_CLOSE
Edited by realkiller
Link to comment
Share on other sites

I made a remote server, however you havn't posted enough to really help on. My signature contains things on TCP which is what you may need to look into. If this is for a virus, then do not bother asking for help, if you need it for personal and home use, make sure it does not seem the other way.

Also most people have outragously different timezones. For example, in my AutoIt ITS project, I am gmt -8, two of them are -7, one is -5, and the other is gmt +7/8. People won't post automatically.

AutoIt Smith

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...