|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How can I add jobs to the system schedulerI am trying to do something that I thought would be simple but I can't find
a reasonable way to do it in VB. All I want to do, (haven't we heard that before) Is schedule some jobs into the system scheduler in such a way that they can be modified by the user if necessary. I have tried Win32_ScheduledJob but it deos not allow user modification after Create. Is there a way to do what I want and if so, please tell me how. Thanks for any help.
http://www.mvps.org/emorcillo/en/code/shell/tasksched.shtml
Show quote Hide quote "Jeffrey Grantz" <gran***@mail.palmbeach.k12.fl.us> wrote in message
news:e2zI4AJ7GHA.4996@TK2MSFTNGP03.phx.gbl... > > > I am trying to do something that I thought would be simple but I can't > find a reasonable way to do it in VB. All I want to do, (haven't we heard > that before) Is schedule some jobs into the system scheduler in such a way > that they can be modified by the user if necessary. I have tried > Win32_ScheduledJob but it deos not allow user modification after Create. > Is there a way to do what I want and if so, please tell me how. > > > > Thanks for any help. > > I wrote an article in August 2004 based on Eduardo's component that you can
read from http://emoreau.s2i.com/ -- Show quoteHide quoteHTH Éric Moreau, MCSD, Visual Developer - Visual Basic MVP Conseiller Principal / Senior Consultant S2i web inc. (www.s2i.com) http://emoreau.s2i.com/ "Stacey" <StaceyL@community.nospam> wrote in message news:%23MeryhK7GHA.4428@TK2MSFTNGP02.phx.gbl... > http://www.mvps.org/emorcillo/en/code/shell/tasksched.shtml > > > > "Jeffrey Grantz" <gran***@mail.palmbeach.k12.fl.us> wrote in message > news:e2zI4AJ7GHA.4996@TK2MSFTNGP03.phx.gbl... >> >> >> I am trying to do something that I thought would be simple but I can't >> find a reasonable way to do it in VB. All I want to do, (haven't we >> heard that before) Is schedule some jobs into the system scheduler in >> such a way that they can be modified by the user if necessary. I have >> tried Win32_ScheduledJob but it deos not allow user modification after >> Create. Is there a way to do what I want and if so, please tell me how. >> >> >> >> Thanks for any help. >> >> > > On Oct 10, 9:34 pm, "Eric Moreau"
<eric.moreau_N_O_S_P_***@videotron.ca> wrote: Show quoteHide quote > I wrote an article in August 2004 based on Eduardo's component that you can you could always use the [Schtasks] program in xp or the [jt] program> read fromhttp://emoreau.s2i.com/ > > -- > > HTH > > Éric Moreau, MCSD, Visual Developer - Visual Basic MVP > Conseiller Principal / Senior Consultant > S2i web inc. (www.s2i.com)http://emoreau.s2i.com/ > > "Stacey" <Stac...@community.nospam> wrote in messagenews:%23MeryhK7GHA.4***@TK2MSFTNGP02.phx.gbl... > > >http://www.mvps.org/emorcillo/en/code/shell/tasksched.shtml > > > "Jeffrey Grantz" <gran***@mail.palmbeach.k12.fl.us> wrote in message > >news:e2zI4AJ7GHA.4996@TK2MSFTNGP03.phx.gbl... > > >> I am trying to do something that I thought would be simple but I can't > >> find a reasonable way to do it in VB. All I want to do, (haven't we > >> heard that before) Is schedule some jobs into the system scheduler in > >> such a way that they can be modified by the user if necessary. I have > >> tried Win32_ScheduledJob but it deos not allow user modification after > >> Create. Is there a way to do what I want and if so, please tell me how. > > >> Thanks for any help. in 2k. they are cmdline interfaces that you could shell to in a hidden window. might not be what you want but for something quick and dirty, they work ok both are single exe file and are in the resource kits for 2k/2k3 (both work on xp jt works on 2k) also at.exe still works on nt and up.
Trouble with mouse click
vb with odbc File handling in VB How to Load string into mshtml object? what method to use to add 1 day to a date (hotel reservation for one night by clicking on calender) How to reference Webform textbox controls in a for next loop VB.net app to run in the background Excel problem: Cant hide column. PLEASE HELP - Executable properties - right click How do I calculate the date of the previous day given a date ( in "MM/dd/yy" format) |
|||||||||||||||||||||||