C:\>help at
Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:duncan.cumming@;alienationdesign.co.uk Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world ---------------------------------------------------------------------- Get your domain names online from: http://www.alienationdomains.co.uk Reseller options available! ---------------------------------------------------------------------- ---------------------------------------------------------------------- "Giles Roadnight" <giles.roadnight@goldcockerelbo To: <[EMAIL PROTECTED]> oks.co.uk> cc: Subject: RE: [ cf-dev ] Cfexecute 10/30/02 10:03 AM Please respond to dev I tried it with a batch file with the same results. Spike, can you tell me more about the at command, I can't find any documentation on it. Thanks Giles Roadnight http://giles.roadnight.name -----Original Message----- From: spike.org.uk [mailto:spike@;spike.org.uk] Sent: 30 October 2002 09:50 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Cfexecute 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] -- ** 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]
