topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 23, 2024, 9:27 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Idea : Lan Executor  (Read 6037 times)

thankusan

  • Participant
  • Joined in 2007
  • *
  • default avatar
  • Posts: 22
    • View Profile
    • Donate to Member
Idea : Lan Executor
« on: November 21, 2007, 10:47 AM »
A simple program which triggers a selected program(.exe) to run on networked PC's connected via lan(TCP/IP or DHCP). Option to show time since execution on each PC.

eg:- Selected program option -notepad. All networked pc's name or IP is shown. Click PC1 click Execute. result notepad starts on PC1. When clicked on PC2 result achieved on PC2. Elapsed time shown since execution is a nice addon.

Application: to run certain programs like antivirus etc. on a classroom, library without leaving the server.

tinjaw

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,927
    • View Profile
    • Donate to Member
Re: Idea : Lan Executor
« Reply #1 on: November 21, 2007, 10:53 AM »
Somebody should be able to whip up a GUI to drive PsTools. PsExec will provide the functionality you are looking for.

thankusan

  • Participant
  • Joined in 2007
  • *
  • default avatar
  • Posts: 22
    • View Profile
    • Donate to Member
Re: Idea : Lan Executor
« Reply #2 on: November 21, 2007, 11:04 AM »
I downloaded pstools but not sure how to work with it. Think it does not have the timing option which I mentioned.

tinjaw

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,927
    • View Profile
    • Donate to Member
Re: Idea : Lan Executor
« Reply #3 on: November 21, 2007, 12:15 PM »
No, the timing could be easily handled by the GUI wrapper. When the button is pushed a timehack is taken. Any point after that you can compute how long it has been running.

As for how to use PsTools, I suggest you start with the article linked to toward the bottom of the page I linked to, "PsTools Primer".

This would be a fairly simple project for AutoHotkey/AutoIT folks that hang out here. I'm too busy to take it on as a project.

thankusan

  • Participant
  • Joined in 2007
  • *
  • default avatar
  • Posts: 22
    • View Profile
    • Donate to Member
Re: Idea : Lan Executor
« Reply #4 on: November 22, 2007, 09:57 AM »
Thanks...I will try it within few days.

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: Idea : Lan Executor
« Reply #5 on: November 22, 2007, 11:16 PM »
there is already one existing script: PsExec (GUI Front End). try and see if is helpful to you..

ScreenShot2-sh.jpg


tinjaw

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,927
    • View Profile
    • Donate to Member
Re: Idea : Lan Executor
« Reply #6 on: November 23, 2007, 05:52 AM »
Good find lanux128!  :Thmbsup: