Is the file a self extracting exe (zip) or an application installer? What is in the file?
"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Charlie Schaubmair To: CF-Newbie Sent: Fri Jun 15 09:00:07 2007 Subject: RE: extract a self extracting file (exe) with coldfusion Hello, I want to unzip the self extracting exe. Normally you can do it by double-clicking it, or call it via dos and it extracts his files themshelf. But it didn't worked for me by calling it via <cfexecute /> and also not with <cfexecute /> and pkunzip, because it's not an zip for pkunzip. regards Charlie > -----Original Message----- > From: Robertson-Ravo, Neil (RX) [mailto:Neil.Robertson- > [EMAIL PROTECTED] > Sent: Friday, June 15, 2007 9:43 AM > To: CF-Newbie > Subject: Re: extract a self extracting file (exe) with coldfusion > > You want to unzip a file? Or kick off an exe? > > > > > "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, > Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed > Business, > Registered in England, Number 678540. It contains information which is > confidential and may also be privileged. It is for the exclusive use > of the > intended recipient(s). If you are not the intended recipient(s) please > note > that any form of distribution, copying or use of this communication or > the > information in it is strictly prohibited and may be unlawful. If you > have > received this communication in error please return it to the sender or > call > our switchboard on +44 (0) 20 89107910. The opinions expressed within > this > communication are not necessarily those expressed by Reed Exhibitions." > Visit our website at http://www.reedexpo.com > > -----Original Message----- > From: Charlie Schaubmair > To: CF-Newbie > Sent: Thu Jun 14 18:31:33 2007 > Subject: extract a self extracting file (exe) with coldfusion > > Hello, > > how can I extract a self extracting file (exe) with coldfusion? > > I thought it should work like so: > <cfexecute name="C:\windows\system32\cmd.exe" > arguments="#global_datapath#\#Arguments.ZipFile#" /> > but this don't do anything. > > regards > Charlie > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2850 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
