Summary: 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 : Column a,b,c,d,a(repe...
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...
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, beca...
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...
Summary: Hi, I have a simple script that copies a file to each computer contained in txt file. I'm using the For /f to read the computer names, then I ping the...
Summary: Greetings, I am new to batch programming and need some expert help. Here is what I would like to do: 1. Check if an external USB HD is present. Shows ...
Summary: I have a text file of workstations that I want to copy files to. I'm trying to make a batch that will read the machine names from the text file, map a...
Summary: Here's my situation: Computer A controls a medical device which daily generates a report file. Computer A runs DOS 6.22 OS and is for safety reasons n...
Summary: Hi there, I'm needing to create a batch file and would like some help if anyone out there thinks this can be done. On our windows server we have 4 ext...
Summary: Rodger, probably you have confused the string "Copied Files" in the batch as being a command. It is a subdirectory you should have created inside the ...
Summary: I've been working around on a batch which compares to file sizes. And if first file size is bigger, batch copies it over the second file and overwrite...
Summary: Amy, The date the batch processor enters into your name string is the current system date. You need to hard-code another batch file to move/copy the e...
Summary: The following batch copies all files in the PushD folder with a size less or equal to 20000 bytes to C:\. Modify the limit in bytes to your need and s...
Summary: hey guys, after you had such a great solution for the first problem, i have now another ;-) i want the batch to check a specific directory, let's say ...
Summary: Hello, I am VERY new to batch programming. So please work with me =) I have to copy files for an unlimited amount of tokens (user input, not from a .t...
Summary: Hey guys, I'm trying to put a batch together in DOS to copy files generated by an app today only and put them in a "today" folder. I've already writt...
Summary: I am trying to copy files listed in a text list (full paths) to a new directory. I would like to copy all of the listed files, storing any files with...
Summary: copy files but compare their dates first ============================= hi i searched web and your site for my answer but no where i found it. i nee...
Summary: I want to copy files with a particular file name series from one folder to the other... Fox example...I want to copy all pdf files starting with "A" t...
Summary: dear, i am making a program in tpw 1.5 inside my program i need to copy files in the hard from one place to another i checked help and found the CO...
Summary: hi, thanks at advance,do anyone know a coding that inform of copying files to own computer when installing application? regards hamid reza ...
Summary: Does anyone know how to copy files from multiple subfolders (under the same parent folder) to another directory using DOS commands? For example, ...