SQL_Learning (5/3/2013)
-- but the thing is in execute process taskExecute process task 1 --- i am selecting all the .txt files and moving them
Execute process task 2 --- i am selecting all the .csv files and moving them
both these go into the same folder is there any way that i can use a single Task to do this
Yes. Put your MOVE commands into a BAT file and call the BAT file from your EP task.