Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch copy files, csv specific columns
Name: DinisCampos Date: July 2, 2009 at 16:07:53 Pacific OS: Windows XP Subcategory: Batch
Comment:
Hi, I have a csv file with 37 columns.
I'd like to write a batch file that create a new csv file but with certain columns like :
Summary: Hi, I have a csv file that looks like this: "Path","Hash","othercolumns" ... I'd like to write a batch file to execute the following copy command with each line specified in the CSV: copy Path Target\...
Summary: Hi, I am trying to create a batch file to copy files from a list of locations in a .txt file to a new location. The code below gives me an error, because the files have spaces in the names. @echo off...
Summary: Hi. I'd like to batch copy only files, including files in subdirectories, listed in other txt. file. For example, if I want to copy a whole directory with subdirectories, I do something like this: --...