You can get cfexecute to run things that aren't command line programs, but then again, that's because most programs support command line execution anyhow:
e.g. iexplore.exe "http://www.macromedia.com" The problem you will run into is that the CF Server is logging on to the operating system with a different user session than the one you are using to work with the desktop, so the results of the <cfexecute> call will not appear on the desktop. You can get around this by calling the 'at' command with <cfexecute> and getting it to execute the program you want to see on the desktop. Spike Stephen Milligan Team Macromedia - ColdFusion Co-author 'Reality Macromedia ColdFusion MX: Intranets and Content Management' http://spikefu.blogspot.com > -----Original Message----- > From: Giles Roadnight > [mailto:giles.roadnight@;goldcockerelbooks.co.uk] > Sent: 30 October 2002 10:30 > To: [EMAIL PROTECTED] > Subject: [ cf-dev ] Cfexecute > > > Hi > > Is cfexecute only used to run command line programs? I want > to use it to start a program on the server (well desktop - > not production server) and leave it running. This is a > windows program so I want the window to appear and stay there. > > 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]
