AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

PsExec (GUI Front End) - Remote Process Execution
Goto page Previous  1, 2
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Wed Oct 22, 2008 3:42 pm    Post subject: Re: Excellent work! Reply with quote

@Jon: Great little script! I use psexec all the time, and this GUI frontend will help things greatly. Thanks!!Very Happy

@ 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.Wink
Back to top
bqw371



Joined: 26 Nov 2008
Posts: 30

PostPosted: Tue Dec 09, 2008 6:58 am    Post subject: Reply with quote

Thanks for the great tool.
Back to top
View user's profile Send private message
Luka
Guest





PostPosted: Sat Jan 17, 2009 7:45 pm    Post subject: How to open the GUI ? Reply with quote

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





PostPosted: Wed Aug 19, 2009 8:29 pm    Post subject: Re: How to open the GUI ? Reply with quote

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





PostPosted: Fri Oct 30, 2009 7:21 pm    Post subject: gui Reply with quote

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





PostPosted: Tue Nov 10, 2009 2:45 am    Post subject: Wow, just wow. Reply with quote

This is an amazing script, I was looking for something exactly like this and just found your wrapper, thank you thank you thank you!!! Smile
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group