MSTask Scheduler, formerly known as the AT scheduler. Can schedule applications to run on remote systems
The AT command schedules commands and programs to run on a computer at a specified time and date. The Schedule service must be running to use the AT command. AT [\\computername] [ [id] [/DELETE] | /DELETE [/YES]] AT [\\computername] time [/INTERACTIVE] [ /EVERY:date[,...] | /NEXT:date[,...]] "command" \\computername Specifies a remote computer. Commands are scheduled on the local computer if this parameter is omitted. id Is an identification number assigned to a scheduled command. /delete Cancels a scheduled command. If id is omitted, all the scheduled commands on the computer are canceled. /yes Used with cancel all jobs command when no further confirmation is desired. time Specifies the time when command is to run. /interactive Allows the job to interact with the desktop of the user who is logged on at the time the job runs. /every:date[,...] Runs the command on each specified day(s) of the week or month. If date is omitted, the current day of the month is assumed. /next:date[,...] Runs the specified command on the next occurrence of the day (for example, next Thursday). If date is omitted, the current day of the month is assumed. "command" Is the Windows NT command, or batch program to be run. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Gibson Sent: Wednesday, June 23, 2004 9:51 AM To: Anderson, Mark (Service Delivery); [EMAIL PROTECTED] Subject: Re: Remote Execution, Something Simple Needed A non-Perl alternative that is free, a program called psexec. http://www.sysinternals.com/ntw2k/freeware/psexec.shtml Anderson, Mark (Service Delivery) wrote: >Win32::KillProcess > >http://www.perlmonks.org/index.pl?node_id=336024 > >Kind regards, > >Mark Anderson >SMS Deployment >The Royal Bank of Scotland >113 Dundas Street, Edinburgh, EH3 5DE >http://www.manufacturing.rbs.co.uk/GTrswi/ > > > > >>-----Original Message----- >>From: Daniel Wilson [SMTP:[EMAIL PROTECTED] >>Sent: Wednesday, June 23, 2004 2:59 PM >>To: [EMAIL PROTECTED] >>Cc: [EMAIL PROTECTED] >>Subject: Remote Execution, Something Simple Needed >> >>*** WARNING : This message originates from the Internet *** >> >>Hello >> >>I would like to start (on demand from a perl script) a executable (exe) >>file on a remote computer. Both computers are running Window XP. I have >>researched into some alternatives, like using client/server program using >>sockets, WMI::Service to start a service on a remote computer, etc. I >>looking for something that is simple. >> >>Is there any recommendations? >> >>Dan >> >> >>Daniel Wilson >>Bayesian Edge Technology & Solutions >>17260 Gum Landing Road >>St. Inigoes Maryland 20684 >>(301)-872-0230 Phone >>(301)-872-0233 Fax >>www.bayesianedge.com <http://www.bayesianedge.com/> << File: >>ATT421581.txt >> >> >> > > >The Royal Bank of Scotland plc, Registered in Scotland No. 90312. Registered Office: 36 St Andrew Square, Edinburgh EH2 2YB > >The Royal Bank of Scotland plc is authorised and regulated by the Financial Services Authority and represents The Royal Bank of Scotland Marketing Group. The Bank sells life policies, collective investment schemes and pension products and advises only on the Marketing Group's range of these products and on a With-Profit Bond produced by Norwich Union Life (RBS) Limited. > >This e-mail message is confidential and for use by the addressee only. If the message is received by anyone other than the addressee, please return the message to the sender by replying to it and then delete the message from your computer. Internet e-mails are not necessarily secure. The Royal Bank of Scotland plc does not accept responsibility for changes made to this message after it was sent. > >Whilst all reasonable care has been taken to avoid the transmission of viruses, it is the responsibility of the recipient to ensure that the onward transmission, opening or use of this message and any attachments will not adversely affect its systems or data. No responsibility is accepted by The Royal Bank of Scotland plc in this regard and the recipient should carry out such virus and other checks as it considers appropriate. > >_______________________________________________ >Perl-Win32-Users mailing list >[EMAIL PROTECTED] >To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs > > _______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs _______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs