I fixed it, when i added timeout = "0" it started to work, I spent a whole day trying to get that to work... I really really cant believe it lol
i think im going to go to bed and cry myself to sleep.. On 5/26/05, Joseph Brien <[EMAIL PROTECTED]> wrote: > > 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 -- Sincerely Akira Tsukasa -san ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207713 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

