RE: triggering scripts from a remote location

2002-10-28 Thread Stanley . G . Martin
There's a utility from Sysinternals.com called 'psexec' which allows you to execute programs on a remote machine. Might try that. All their utilities are free. Stanley G. Martin Sprint - ISS Enterprise App/Decision Support Services [EMAIL PROTECTED] -Original Message- From: Andreas.Wen

RE: triggering scripts from a remote location

2002-10-28 Thread Timothy Johnson
I would check out the Win32::TaskScheduler module. You will have to make sure that the servers have the Task Scheduler and not the old AT service. This will allow users to schedule jobs to run in their context. You could then make a script that schedules and runs a job and use it to launch the r

triggering scripts from a remote location

2002-10-28 Thread Wening Andreas
Hi Perl Admins, I need a little advice/help/hint for a script I have to develop. Ok, here the scenario: We have different scripts on a server to exchange data with a customer, the scripts a running fine. The thing is, that different users have to run these scripts on demand and for now, they call