Jump to content

GUICreate to remote computer


 Share

Recommended Posts

I am requesting input on sending GUI commands to a remote computer. I want to send a message box and cannot use the Net Send function. Input is greatly appreciated.

How would you use a GUICreate command to a remote computer by IP or UNC?

Link to comment
Share on other sites

I am requesting input on sending GUI commands to a remote computer. I want to send a message box and cannot use the Net Send function. Input is greatly appreciated.

How would you use a GUICreate command to a remote computer by IP or UNC?

You must have rights to place an executable on the remote machine and cause that machine to execute it. You could, for instance, copy MyScript.exe to the C$ share (provided you have perms), and then run it with a remotely set up scheduled task (via SchTasks.exe for example).

;)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

I am requesting input on sending GUI commands to a remote computer. I want to send a message box and cannot use the Net Send function. Input is greatly appreciated.

How would you use a GUICreate command to a remote computer by IP or UNC?

You must have rights to place an executable on the remote machine and cause that machine to execute it. You could, for instance, copy MyScript.exe to the C$ share (provided you have perms), and then run it with a remotely set up scheduled task (via SchTasks.exe for example).

;)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

I am requesting input on sending GUI commands to a remote computer. I want to send a message box and cannot use the Net Send function. Input is greatly appreciated.

How would you use a GUICreate command to a remote computer by IP or UNC?

You must have rights to place an executable on the remote machine and cause that machine to execute it. You could, for instance, copy MyScript.exe to the C$ share (provided you have perms), and then run it with a remotely set up scheduled task (via SchTasks.exe for example).

;)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

PSaltyDS, today's winner of the coveted triple post award! Congratulations! You are now the Michael Phelps of forum posting. ;)

Thank you...

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

PSaltyDS, today's winner of the coveted triple post award! Congratulations! You are now the Michael Phelps of forum posting. ;)

Thank You...

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

PSaltyDS, today's winner of the coveted triple post award! Congratulations! You are now the Michael Phelps of forum posting. ;)

... and, THANK YOU!

:D

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...