Summary: I have a problem. I use this code: del "%userprofile%\Local Settings\Application Data\Activision\CoDWaW\players\profiles\\con fig_mp.cfg" after pro...
Summary: Hi I am trying to retrieve 2 seperate lines from multiple text files in a directory and post the result to a single file but am having trouble concati...
Summary: This will find the blank for you: ================================= @echo off & setLocal EnableDELAYedExpansion set B= for /f "tokens=1* delims=[]" %%...
Summary: It's probably time to post your bat; otherwise we're just flailing. Since you're trying to copy from "program files" some may be in use. But that sho...
Summary: hi , i have many folders called LIB in my drive say it can be as LIB_data,lib,lib_ac anything that starts with lib or LIB... i want to list all these ...
Summary: Hello, I need some help I need simple batch file that copies files from Folder A to B .. while copying it appends system date... So all files with ext...
Summary: Hi, I want create a batch file to copy some specific(variable) text from a file A.txt to another file B.txt's specific location (in between a line...
Summary: hi all, m new to this site and read some others post regarding coping,deleting etc using batch files. I would like to know is it possible to copy mult...
Summary: it seems like you could use m2's code, then create the timestamp directory then copy all the files into the newly created timestamp dir. setlocal enab...
Summary: I'm a complete newb when it comes to batch programming and am struggling to do something that's probably very simple... I have a load of files in a ...
Summary: Hello, i need a script that can read a rss feed and download some of the srt(subtitle) files from a link in the feed. The script must be able to s...
Summary: I have a directory with thousands of files with similar filenames. I want to use the first 7 characters in a filename to create a subdirectory and mov...
Summary: I have 2 text file, A.txt and B.txt. Some text (Bold) is veriable, and can be change any time. file A.txt contain: 1. ----------------first line fixed...
Summary: Recently, I made a batch file that ran ipconfig and copied that data into a text file for us to refer to. However, we now have all this useless data w...
Summary: for /? from command prompt tells about looping... in this case a rough-draft: for /f "tokens=* delims=" %%a in (text.txt) do ( md %%a) but i'm sure yo...
Summary: this might work, i haven't tried it yet. two files are required however, even though it is just testing one file, if you want to test each line of the...
Summary: I would like to make a batch file that kind find the largest file in a directory and launch it. I have basic batch creation knowledge and I can find t...
Summary: Hello! I'm making some program (not in java - in PHP if it matters but its really irrelevant). I need to compile some java files with javac.exe (and l...
Summary: Hello! CD (or ChDir) fails in my batch files when used with variables. I want my batch files to use variables to navigate the directory structure rela...
Summary: Hey. I need some help with C or C++. I have to import a file.txt with real E notated (like 2.3E-12) numbers in 2 columns in it (coordinates basicly -...
Summary: the only way I know is to have the remote run a client-side registry dump of key HKLM\Network\Logon and pull the data from key "username". I'm sure th...
Summary: I'm trying to write some VBA code to insert a new row (at the third row), then insert an incrementing quarter [1Q 2009, 2Q 2009, etc.] into cell C3, i...
Summary: Hi! I want to create an application that creates small avatars from flash movies. How to solve this task better? It seems that I should receive each c...
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: By the way, gtaion's solution is good but has a security hole. A malicious user of that script could enter this: Enter 'Exit' to quit What is the name...