I tried to direct refernce them and took out all variable and used filenames, but now im getting a download box that opens up, It asks me to save "document" filetype "document"
thats when its in the folder C:\My Documents\uploads, when its in the folder both the command prompt and thecfexecute bring up the download box. but when i run it on C:\ through the command prompt i can change the files in C:\my documents\upload Is there some setting with IS or Coldfusion that i have to change? cause i cant see whats wrong with it at all.. this is my code now <cfexecute name = "C:\My Documents\upload\ffmpeg.exe" arguments = "-i 'C:\My Documents\upload\Niamh1.jpg' 'C:\My Documents\upload\mad.gif'"> </cfexecute> any ideas? On 5/25/05, Joe Rinehart <[EMAIL PROTECTED]> wrote: > > Joe, > > You've got a tag nested inside your <cfexecute> tag. While this is valid: > > <Cftag><Cfchildtag></cftag> > > This isn't: > > <cftag <cfchildtag>> > > This should help: > > <cfexecute > name = "C:\converter.exe" > arguments = "-i #serverFile# trynum2.gif"> > </cfexecute> > > -joe > -- Sincerely Akira Tsukasa -san ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207710 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

