| | #16 |
![]() Join Date: Dec 2005 Location: Aberdeen, Scotland
Posts: 2,012
Thanks: 104
Thanked 204 Times in 92 Posts
Blog Entries: 1 Rep Power: 48 | Got the source available? Just wondering how you did the sessions bit. Been doing some c# and a example like this would be ace for some of my madcap ideas. |
| |
| | #17 |
![]() Join Date: Dec 2005 Location: Norfolk
Posts: 4,269
Thanks: 30
Thanked 102 Times in 101 Posts
Rep Power: 33 | Midget: I'm sure he'll be able to add that feature but as a quick workaround could you not call batch file or vbs with the parameter of ip_address that then calls your program with the correct switches? Ben |
| |
| | #18 | |
![]() Join Date: Oct 2006 Location: In a Server Room cutting through a forest of Cat5e
Posts: 1,024
Thanks: 1
Thanked 6 Times in 6 Posts
Rep Power: 8 | Quote:
*kisses Ben squarely on the lips* I think I love you, I'd completely forgotten about that. It works spanking well too. For those who don't know, if you stick THIS into a foo.bat you can use any prog you like. Code: c:\WINDOWS\system32\mstsc.exe /console /v:%1 | |
| |
| | #19 |
![]() Join Date: Aug 2006 Location: Wirral
Posts: 385
Thanks: 18
Thanked 22 Times in 20 Posts
Rep Power: 8 | ahem... http://www.microsoft.com/downloads/d...DisplayLang=en .. but on the whole, yours has more features.. |
| |
| | #20 |
![]() Join Date: Nov 2006
Posts: 182
Thanks: 3
Thanked 14 Times in 12 Posts
Rep Power: 7 | |
| |
| | #21 | |
![]() Join Date: Jan 2006
Posts: 531
Thanks: 2
Thanked 20 Times in 16 Posts
Rep Power: 11 | Quote:
$u = user $p = password $i = ip address We type those wherever we want then in a "command to execute" field e.g. c:\utils\mykillerapp.exe /target:$i /user:$u /pword:$p You then expand them etc. prior to executing the command. | |
| |






