Summary: Sir, I think u did not get my question. I have 2 text file, A.txt and B.txt. Some text (Bold) is veriable, and will be change every day. file A.txt co...
Summary: Hello experts, i hv a problem now. Hope someone help me I need to create a batch script that compare two text files (lets say test1.txt and test2.txt...
Summary: So I have a text file in the format of: >filename contents of file >filename2 contents, etc. How do I create a file of each filename with the conten...
Summary: I have a Text file with about 150 lines and need to create a seperate directory using the MKDIR command for each line in the text file. I am not very ...
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: Perhaps prevention is better that cure? If your about to append to the file maybe you could use "find" on the text file with either the whole line you...
Summary: What is the language of coding given? What software to run it? It is the first time i use dos. It's an xp batch file. Just a simple text file with eit...
Summary: I have a text file containing numeric and non-numeric characters. I want to create a batch or vbs to remove these non-numeric characters. Text file is...
Summary: Hi, I'm pretty new to batch program, but I've been asked at work to create a batch that renames one file, then renames another file to the name of the...
Summary: I've been working on and off on a little project for my work now for a while now and I think I have finished it now. All I'm asking for is a couple of...
Summary: I have most of my batch file down..but I want to add a few more things and I have a few questions. Is it possible when cmd makes a text file t...
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: I am trying to rename files in a batch. But I want to use special characters in the file name like these ==> ♥♦♣♠ ascii code 3,4,5 and 6 Is t...
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: Hi lee123abc, I got your message and here I am. A post is not well suited to host a lesson on scripting style that probably looks cumbersome to you du...
Summary: I agree with ghostdog's advice as I feel you are going on a rough lane that leads to nowhere. Batch scripts are not suited to replace facilities bett...
Summary: Hi , i am having this problem of extracting data out from txt file being seperated by ¨;¨. Example: How is your day?;Fine Where are you now?;At you...
Summary: Hi, Hopefully someone can help, I have a text file where some of the lines have a tab within them which is forcing the data on to a new row. Is there ...
Summary: first i need to copy the contents of file 1 to file 2. then after a delay of 5 mins (during this time file 1 will be filling with new data), i need to...
Summary: I have two text files. The first has data like: 000328 001708 001761 011772 014963 The second one, a very large file, has data on each line like: "SMR...
Summary: VBScript reads in file1, then scans file2 for the same line. If it encounters it, the duplicate line is written to output. Const file1 = "text1.txt" C...
Summary: The board game scrabble works by assigning points to wooden tiles arranged in cells on a board. It's described here:http://en.wikipedia.org/wiki/Scrab...