Summary: Can anyone point me to a DOS batch that will append the folder name to all files within that directory: ie: c:\12345 contains 60 files and I want the ...
Summary: thanks for all the responses, unfoutunately there are other folders contained in the directory. When i run this script it deletes folders by creation...
Summary: I have a folder with a few hundred PDF files and would like to sort them to various other folders according to selected words in each PDF title. The u...
Summary: Hi again folks! I am looking for a batch file to be able to return folder name(s) within a given location. I have a static location (C:\MyFolder\Mysub...
Summary: I have a folder with files named like this: 20061211efo_s_web.jpg 20061212psf_s_web.jpg 20061213efs_s_web.jpg I need a batch file that will look at th...
Summary: Hello, I’m trying to make a bat file that will delete all files in the My Pictures and the My Music folders for a particular user. This should work...
Summary: Is there a way I can have a batch file take a set of files in a folder c:\123 file1.txt file2.txt file3.txt and copy them to a folder c:\backup having...
Summary: Hello! I've made a program that scrambles and deletes files. When the program starts, it reads the contents of a txt file containing the full paths an...
Summary: Hi, how do I write a batch that reads text from a file and create a folder with the text as the folder name? Appreciate any reponses. Kelvin ...
Summary: Hi guys Can you please tell me what script to write in a batch file so that it adds column names to a .csv file. So for example I have a file now that...
Summary: Hello, Does anyone have a VBScript that will go to a directory and prompt to rename a folder that already exists? Example: I have a folder named "Test...
Summary: Hi! I'm new here, so hopefully some1 can guide me in creating a batch (I'm using XP). Here's the purpose: 1) I have a folder named "ABC". 2) I used a ...
Summary: I got a main folder named as Q---_main. Inside that folder, I have more sub folders named: Q---_sub01, Q---_sub02, Q---_sub03, etc... I wanted to repl...
Summary: Here's a little batch I've been using to move files with full paths specified in a txt list (filelist.txt) to a folder called "files" on the C drive: ...
Summary: Hello again All, I'm currently working on a project that requires a batch to be ran on two windows server 2003. I have a batch file on both servers ...
Summary: Hi all, Is there anyway to set up a batch file or other program to read data from a .csv file and tell me if any from a preselected list is missing? C...
Summary: I have a batch file that FTPs a text file from a server to the user's PC. However sometimes the file is needed to be FTPed more than once a day. When ...
Summary: I have a batch file that FTPs a text file from a server to the user's PC. However sometimes the file is needed to be FTPed more than once a day. When ...
Summary: Dear all does someone explain me why the code ::- echo off setLocal EnableDelayedExpansion for /f "tokens=* delims= " %%a in ('dir /b/a-d *.txt') do ...
Summary: i used the following line but it said the syntax or folder name was wrong. move "%userprofile%\C:\Documents and Settings\hatlad\My Documents\Misc\Appl...
Summary: I don't think I've had such a one sided conversation in all my life. Sorry to anyone else that may have wanted to reply:-) Here, all done..... This ap...
Summary: I need to create a batch file that will clear the "browse in same window check box" from the Tools -> Folder Options -> File Types tab -> .xls -> Adva...
Summary: Hey M2, the output from both are in Response # 7 For the little batch file, was I supposed to execute that on a remote folder or is it ok to run it wh...
Summary: I want to use a batch to copy files to a plugged in flashdrive. How can I get the drive letter of the flashdrive? (I use different computers so the dr...