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: 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 need to move all the .csv and .txt files to a different folder and delete them in the original folder... example.. i need to move files from...
Summary: I need to create a batch file to go through all the .CSV files in the local directory. I want to simply delete lines 2-29, 31-59, etc deleting eve...
Summary: i tested against my data and works fine. yeah i know, working on my data doesnt guarantee to work on your data. if you could, please post the complete...
Summary: Im trying to create a program that link with a tkinter gui, reading information from boxes and creating in a .csv file (for a database) and also the r...
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: HI, I need to write a batch script which will unzip all the .Zip files from a folder XYZ. Inside the folder XYZ there are multiple .Zip files I need t...
Summary: Hi, I require some help in modifying a csv file using a batch script. I have a csv file that contains details obtained from a database. So an example ...
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 All, I have to move the files from one folder to other folder based on the date. For example in Folder A i will have .txt from jan 2007.I need to u...
Summary: Is there any way to use the dir command / some DOS Script to select only first file of similar pattern of files in a direcotory and rename it for exam...
Summary: Hi, I have a follow CSV file: ActionCode,OpCode,PassFail,Protocol,URL Execute,OpenBrowserWMI,Pass,http,www.google.com ActionCode,OpCode,PassFail Exec...
Summary: Hi guys, hope anyone can help me here. Im pretty much a noob with perl.. What i want to do is to convert a csv file to a html page with tables. The c...
Summary: Hi, I need help to write one MS-DOS batch file. I have one file 'FNin.txt' which contains following values srchstr1 srchstr2 srchstr3 ... srchstr999 I...
Summary: Hi, I am new to batch script and need help. I have below a2.csv file: HDR20090619a2 aaa,111,222,333,bbb bbb,222,111,444,ccc ccc,333,444,111,ddd TRL000...
Summary: I want to open all the .jpg files present in a folder in paint application, and then exexute Ctrl + S on each file (i.e. save with same name), and t...
Summary: I want to open all the .jpg files present in a folder in paint application, and then exexute Ctrl + S on each file (i.e. save with same name), and t...
Summary: Hi AKL, The chk4miss.bat checks all the CSV files in the current directory. It looks for the strings in chekdata.txt which I created for testing. It ...
Summary: I've recently installed a java decompiler in my computer and try to see what it is. I don't know if it has changed the file type of the files.After I'...
Summary: Hi, I don't know how to do this in a batch file, but I think it can easily be done in a C file that reads the CSV file -- which I believe is a text fi...
Summary: Hi , Sorry for the confusion...I need to add date to the file name as below.. abc.432423.18072008.csv abc.432335423.17072008.csv abc.432423s324245.160...
Summary: Hey All the files that I want to rename are in the same folder. Does it matter if the one file name reappears several times? For example, I have a fil...
Summary: Hi, I've written a program which sends data in a folder to a specific ftp address. my problem is that sometimes there will be files there and sometime...
Summary: Guys I'm looking for a bit of code which would allow me to extract rows 3 to 34 from multiple csv files (over 100) and place the rows into one large c...