simple remote launch of app onto XP sp2 clients?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

anyone know how to run a program on remote machines every 3 hrs(from a
server)? I need to pop-up a reminder form in a web browser.

I just need the command to run a remote program on another machine.
Is it rsh? What else do I need to install?

All clients are XP sp2

So need to execute this every 3hrs:
C:\Progra~1\Intern~1\iexplore.exe http://www.myreminderform.com

all help appreciated (should be just simple command call including a
username I guess)
 
anyone know how to run a program on remote machines every 3 hrs(from a
server)? I need to pop-up a reminder form in a web browser.

I just need the command to run a remote program on another machine.
Is it rsh? What else do I need to install?

All clients are XP sp2

So need to execute this every 3hrs:
C:\Progra~1\Intern~1\iexplore.exe http://www.myreminderform.com

all help appreciated (should be just simple command call including a
username I guess)

Why can't you use scheduler on remote machine?
You can modify scheduler entries on remote machine remotely.
 
will a scheduled task on server cause Iexplore to run on client machines at
3pm for instance?
 
will a scheduled task on server cause Iexplore to run on client machines
at
3pm for instance?

I think you misunderstood me.
Run | \\workstation_name
Open "Scheduled Tasks" and create a scheduled task there.
 
Back
Top