Hello, I have a vb.net console/commandline app that prompts for various inputs after hitting the return key. Somewhat like this
Input file (csv): C:/test/my.csv < then return key is pressed Outputfile (csv): C:/test/new.csv <return again First header name: addressone <return You get the idea. I want to call this from CF using cfexecute by can't get the returns figured out. I have tried the below and using /n. Anyone have any example of a cfexecute with arguments like I need. <cfexecute name = "C:\test\fixed2csv.exe" arguments = "C:\test\fixedfile.txt C:\test\mynewcsv22.csv 3 fname 1 10 lname 11 20 zip 21 26"> </cfexecute> And <cfexecute name = "C:\test\fixed2csv.exe" arguments = "C:\test\fixedfile.txt C:\test\mynewcsv22.csv 3 Fname </cfexecute> Jeremy ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183974 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

