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: 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: 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: Hi, Im trying to create a simple batch script which i can leave running as a scheduled task and will build an output file containing a list host names...
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: 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: 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: 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: 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 used the user variable(PATH) to add(;C:\Program Files\quartus\bin\cygwin\) to create a shortcut path in cmd to open the .bat file inside. It save th...
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...
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 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: 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: ah, you've already tried file-searching... and programming to scan high memory and appropriated memory are way beyond my province... only other thing ...
Summary: i have an entire directory of audio files. all .wav's. normally i open cmd, and just run, encoder.exe file1.wav file1.bit this will get through 1. th...
Summary: Hi Guys thanks for the extra ideas :-) I am pretty happy with the currenty code that we nutted out here, I was able to catch all the bug and errors, (...
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: The easiest way I can think to accomplish what you want is to use a VBScript, if you can run a batch file you can run a VBScript. All you have to do ...