Jump to content

Recommended Posts

Posted

Hi,

Maybe it is usefull to create for my comany a small script on .HTA to fill in the computername and get the control.. versa msra - offerra \\hostname

 

is there any geek to help me with the encoding?

 

Regr

Posted (edited)

simple get remote control of other machine, Will to create hta with follow layout

 

===============================

Computername: XXXXXXXXX

button: [GET CONTROL]

===============================

 

versa script does contain: msra -offerra %computername%

 

but I have never worked with scripting codes and is difficult to find an example

Edited by SiNiOR
test
Posted (edited)
simple get remote control of other machine, Will to create hta with follow layout

 

===============================

Computername: XXXXXXXXX

button: [GET CONTROL]

===============================

 

versa script does contain: msra -offerra %computername%

 

but I have never worked with scripting codes and is difficult to find an example

 

Can chop and change this

 

http://community.spiceworks.com/topic/262055-show-basic-pc-information-using-hta

 

To use WshShell to either run or exec the msra.exe with the relevant switches and use the computer hostname variable

 

Exec

 

http://msdn.microsoft.com/en-us/library/2f38xsxe(v=vs.84).aspx

 

Run

 

http://msdn.microsoft.com/en-us/library/d5fk67ky(v=vs.84).aspx

 

msra.exe commandline

 

http://technet.microsoft.com/en-us/magazine/ff356868.aspx

 

I can have a look at putting it together later if you get stuck

@Steve21 or @Arthur

Edited by mac_shinobi

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



×
×
  • Create New...