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: Hello Mechanix, In folder A there will be only two files at all times...min 1.txt file, max 2.txt files from folder A any one file i need to move...i...
Summary: I Need to move files i cannot see. I have acess to the folder but do not know what is in the folder and wish to move all files to another location (ke...
Summary: Hi , I need to delete all the .txt ,.log and .tmp files from a folder...through .bat scripring..pls let me know how i can do this Thanks, Subbadu ...
Summary: I found a batch script to search all drives and delete the autorun.inf file on this forum I want that method but change it up a bit. I would like to S...
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: I have many files stored in the following structure aaaamm\mmgg.txt where aaaa is year, mm is month, gg is day I need to move the files in the same cu...
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: Sorry I should have mentioned that - I need to repeat the exercise for all csv in the folder.... And even worse I just received some files which need ...
Summary: OK so lets say that you moved all of your music files from one folder to a dif. folder where the rest of your music files are. ya know, just doing som...
Summary: Glad I was able to help. :) I'd need a few more details on what you are needing and a more complete sample of your script and csv file to be sure, but...
Summary: Hi everyone, STRIVE here. I am not a programmer. I hardly ever have to write my own scripts. Batch files is about the extent of what I do. I am a wi...
Summary: Hi, I'm trying to do this batch file that can moves my files with a certain name to a desired folder. Code: @ECHO OFF dir /b *NAME_TO_SEARCH*.* > Move...
Summary: Thanks for the replies guys No im not opening winword at all. I just replace the file extention when the file is created by the open command -with ope...
Summary: use the for loop to loop through the list, and moving them each time. To move files, use move. To see how the for loop works, do for /? on the command...
Summary: I want to create a batch file that needs to scan all my drives for "autorun.inf" remove all attributes then del these files because of a virus. here i...
Summary: Hello everyone, I'm hoping someone can help me out. I've got several hundred files that have certain lines that need to be removed. These are CSV fi...
Summary: wow. brilliant. thank you very very much for the fast and very useful reply! i really apreciate it a lot! of course i tried the batch and it works in ...
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: Hello, I'm very new to scripting. I was wondering if someone could help me with a script to delete all subfolders and files within a specified folder....
Summary: Hello all, I'm running an Xcopy batch file during logoff. This xcopy is mainly use for when users log off for the day but sometimes a computer needs t...
Summary: Sorry, may be i explained not good, english is not my native.. i'll try again. So, i need to search something inside .txt file, then i need that searc...
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: I am needing a batch file that will take the contents of one folder, create a new folder with the date and time appended on the end and then move the ...
Summary: I have a similar problem. I want to compress all dll and exe files in all subdirectories using UPX. I used the code presented here but it seems to do ...