 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Wed Oct 22, 2008 3:42 pm Post subject: Re: Excellent work! |
|
|
@Jon: Great little script! I use psexec all the time, and this GUI frontend will help things greatly. Thanks!!
@ Alphaechocharlie: Great idea, but in addition to the changes you proposed:
| alphaechocharlie wrote: |
...
| Code: | If rb_CompList = 1
Computers = \\%CompList%
Else
Computers = @"%CompFile%" |
...
|
You need to also add this:
| Code: | | stringreplace, CompList, CompList, `,, `,\\, all |
This will append the \\ to all of the computer names, not just the first one. |
|
| Back to top |
|
 |
bqw371
Joined: 26 Nov 2008 Posts: 30
|
Posted: Tue Dec 09, 2008 6:58 am Post subject: |
|
|
| Thanks for the great tool. |
|
| Back to top |
|
 |
Luka Guest
|
Posted: Sat Jan 17, 2009 7:45 pm Post subject: How to open the GUI ? |
|
|
Hi,
sorry I'm not an expert, how can I run the script ?
What is the programming language ?
Thank you ! |
|
| Back to top |
|
 |
Tom Guest
|
Posted: Wed Aug 19, 2009 8:29 pm Post subject: Re: How to open the GUI ? |
|
|
| Luka wrote: | Hi,
sorry I'm not an expert, how can I run the script ?
What is the programming language ?
Thank you ! |
I have been given a task at work, and was supplied with an earler version of PSexec.exe, I have never used this tool before, every thing I have tried so far is hopeless, this gui is just what might save my bacon. I have copied the script data to notepad, saved it as .vbs and as .bat I am unable to get it to run, please can advise how this is suppose to activated.
thanx |
|
| Back to top |
|
 |
tangy Guest
|
Posted: Fri Oct 30, 2009 7:21 pm Post subject: gui |
|
|
Tom,
I had the same issue and after some digging here I found you need to install the autohotkey program on your computer, copy the script into notepad and save as *.ahk.
Once you do that you can right-click on the script and turn it into an .exe file.
This is an awesome tool. |
|
| Back to top |
|
 |
csaborio Guest
|
Posted: Tue Nov 10, 2009 2:45 am Post subject: Wow, just wow. |
|
|
This is an amazing script, I was looking for something exactly like this and just found your wrapper, thank you thank you thank you!!!  |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|