for %i in (<list of tables separated by spaces>) do psql <database and user parameters> -c "COPY %i FROM E'C:\\bcp\\%i.txt' USING DELIMITERS ',' CSV"
Comment