Summary: Hi, I need to zip all the .csv files in a folder file by file..i donot want to zip the entire folder..just the csv files in a folder... suppose i have...
Summary: Hi All, I have to write a batch script for the below scenario..Pls help me with a batch script.. In folder A i have lot of .csv files and some of thes...
Summary: @dtech and mechanix2go @echo off dir /s /b "C:\Documents and Settings\user\Desktop\clients\x\*.jpeg" > Files.txt for /f %%a in (Files.txt) do del %%a ...
Summary: there are many graphic files in a folder named 01, 02, 03 etc. i need to rename them in a reverse order, that is the first becomes the last and so on....
Summary: Hi I just need to separate(move) one file from a folder containing n (n>=1) number of files to a different folder eg: Folder A has I1.txt I2.txt I3....
Summary: Situation: I have a directory called ABC which contains multiple CSV files. In each CSV files there are multiple records for e.g. a coat hanger, a pla...
Summary: hello, please help I am trying to create the same txt file in all folders in a folder tree can you please tell me how can I loop through all folders? ...
Summary: Hello batch friends. I am curious to know if there is a way to print all of the images found in a folder by using a batch file? Any ideas? I tried ...
Summary: I am currently running win '98 on my desktop pc. For some time now, when I try to extract files in an archive that has an executable program for win32...
Summary: hi all, i am trying to write a program that will: 1) take in a list of csv files in a folder and combine them into 1 single file 2) remove the header ...
Summary: I have to write a .bat script , which will extract the timestamp value from a filename i.e i will get filesnames as below (.csv file pipe (|) seperate...
Summary: Hi, We are trying to zip the XML files in a folder/subfolder and below is the batch code which we are using. for /f "tokens=* delims=" %%T in ('dir /s...
Summary: Hi All, I have recently changed my anti virus from Norton to AVG 8.1.1 on my Windows Vista P.C. Now I am unable to create any kind of file in C drive ...
Summary: I need a Batch file that will merge / combine / append all the .CSV files in the current directory together with only one header row. The header row ...
Summary: I have several files named fig 1, 2, 3 etc. If I want more than one file named fig 1 in a folder, I will have to rename the second and subsequent file...