Oct 26, 2001 #1 Frank123 MIS Sep 17, 2001 77 US I was just wondering if NT can somehow launch an executable everyday at a certain time. Hopefully it's possible. I'd appreciate any help. Frank
I was just wondering if NT can somehow launch an executable everyday at a certain time. Hopefully it's possible. I'd appreciate any help. Frank
Oct 26, 2001 #2 epohl MIS Mar 1, 2001 542 US Frank, You can use the AT command or use Scheduled Tasks (under My Computer, if you choose to install it from Internet Explorer). Upvote 0 Downvote
Frank, You can use the AT command or use Scheduled Tasks (under My Computer, if you choose to install it from Internet Explorer).
Oct 26, 2001 2 #3 yannick IS-IT--Management Oct 26, 2001 20 US Hi, Yes you can launch any executable you want, scheduling it when you want. There is a DOS program (run as NT Service) call 'at'. This is a scheduling program, just type the command : at /? in a DOS Command. Then you will see the help. For your needs, type : at 22:00 /every:monday,tuesday,wednesday,thursday,friday '[path_of_the_executable]' Yannick Upvote 0 Downvote
Hi, Yes you can launch any executable you want, scheduling it when you want. There is a DOS program (run as NT Service) call 'at'. This is a scheduling program, just type the command : at /? in a DOS Command. Then you will see the help. For your needs, type : at 22:00 /every:monday,tuesday,wednesday,thursday,friday '[path_of_the_executable]' Yannick
Oct 29, 2001 #4 M member 141630 Guest DOwnload a copy of winat This is a gui front end to 'AT' and is much more friendly to configure. Upvote 0 Downvote