Summary: Hello, I have hundreds of files from an archive that are named in this format: Sales Person - Year Month Contract For example: Ann Smith - 2003 Januar...
Summary: Hi :) My question: I have very many files and it would be nice if someone knows a simple code to make folders from all files that contains in a direct...
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 I downloaded the VBscript file to create folders for my users in AD, but I am not a VBS programmer, can anybody help me in changing it so I can use...
Summary: I am looking for vbs script that would monitor a certain folder (x:\test) for new .txt files. and if a new .txt file is found an email would be sent ...
Summary: I would like to take every file name in a folder - make a new sub-folder inside that folder naming it from each file name - and then put the file in t...
Summary: Hello everybody... I have some trouble making batch files... I want to create if possible a batch file that creates folders given by a input file. The...
Summary: hi, I want to write a batch file which create the folder named as current date at given specified path. Give me idea how I can write code in batch fil...
Summary: So I figured out how to add a menu when someone right clicks on a .mov or .avi and then they can click and it runs a batch file. That works great but...
Summary: Hi, I have been developing a program which will delete a list of registry keys. I use this as a removal tool because the uninstall program on my compa...
Summary: Hello, This probably sounds like something that I could just simply look up on the internet, but not quite. I have put in 4 hours already trying t...
Summary: Hi, I want to create a folder with specific name i.e if i enter date :08252008 then folder will create as it is 08252008 in specific loaction in netw...
Summary: I'm trying to organize an external hard drive that contains thousands of files. The files are named such as: 00001-a.* 00001-b.* 00002-a.* 00003-a.* ...
Summary: Its ok. Thanks for giving your time. Actually, I will write my commands in 1 batch file and take input of the path names from a txt file. For example,...
Summary: Hi Guru (male/female): Need help with script files (vbs/bat) to be run on XP. Want to compare the first 'X' characters of the file name with the rest ...
Summary: I think Klint answered your question with this:- @echo off setlocal enabledelayedexpansion pushd "C:\Change to\Whateveryour\path" for %%j in (*) do ( ...
Summary: Hello, I'am trying to create files from a table. All I'm able to do so far is create files by manually selecting the cell I want. How can I have it cr...
Summary: I'm using the following batch file to automatically create an argument for a program from user input and a filename listing using the DIR command. S...
Summary: hi, this is my problem: my folder: file01_txt.txt file01_img.pdg file01_ocr.pdf file01_001.tif file01_002.tif etc... file02_txt.txt file02_img.pdg fi...
Summary: Hi, I want to delete all the folders from a UNC path using batch. Suppose i have 2 folders(JAR and WAR) inside //server1/Application UNC Path. Now i ...
Summary: Hi I have to import a file.txt with real E notated (like 2.3E-12) numbers in 2 columns in it (coordinates basicly - x and y) in to C or C++ Do you act...
Summary: How about a perl (command line) script. perl -pi -e "s/^.*BOUNDARY.*$//i" foo.c If you want a back-up copy of the original file, modify it to: perl -p...
Summary: Hello. I'm having a problem finding a certain file in a known directory and deleting it. I know that the file name will contain the month and day in...
Summary: Hi there, I'm trying to read data from a file that looks like this: 0 0 0 0 0 12 46 133.4 2374.4 123.3 12 9 0 0 0 0 0 0 0 etc etc... Into a 2D-array i...