name "Paste (CSV)" var "in1" type tempfile direction out format csv var "string" type text panel var "Run" type button label "Run" shell "echo %STRING% > %in1%" close true