if its nt use the at command ("at help" will give you the command lists)if 2000+ use the scheduled tasks found in control panel (basically the at command functionality via a gui) hth mark -----Original Message----- From: Paul Johnston [mailto:[EMAIL PROTECTED] Sent: 24 November 2003 11:47 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] SOT: analog / cfexecute My suggestion would be to run it outside of CF! There is a windows thing that will run tasks at a certain time (can't remember the name, although "at" springs to mind for some reason). Use that as it's already there and CF won't be the problem then. Paul > -----Original Message----- > From: Giles Roadnight [mailto:[EMAIL PROTECTED] > Sent: 24 November 2003 11:21 > To: [EMAIL PROTECTED] > Subject: [ cf-dev ] SOT: analog / cfexecute > > > I am trying to set up a CF page that runs analog and report > magic each month. > > I use this code: > > <cfexecute name="c:\progra~1\analog\analog.exe" > arguments="c:\progra~1\analog\analog > #listGetAt("#currentSiteSettings#",1)# > +g#listGetAt("#currentSiteSettings#",2)# > +O#listGetAt("#currentSiteSettings#",3)#analogOutput.dat -A > +Q +m +d +h > +w +r +s +N +n +B +b +p" timeout="1000"></cfexecute> > > and nothing happens. The server just stops there. I have > tried it with none of the arguments and the same thing > happens. If I try it with report magic I get an error message > from report magic saying it can't find the ini file (to be > expected) but I can't get any output from analog. > > If I look at the processes running analog is there. > > Is there a better way of doing this than cfexecute? Is there > a reason why this doesn't work? > > Thanks > > Giles Roadnight > http://giles.roadnight.name > > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] For human help, e-mail: > [EMAIL PROTECTED] > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
