Summary: Hi all, In short, I have an XML file that needs to have some information deleted from it when a batch file runs. The file's data changes constently, s...
Summary: I am unable to pipe\rediret text within a single batch file with the intention that all text lines are available to ECHO and located at the end of the...
Summary: I have asimilar question and I am not sure how to modify your answer to fit my needs, could you point me in the right direction. here it is: I have a...
Summary: dtech10, thats great, exactly what I was looking for! I need to learn more about batch file coding! ricardo647, that script is fantastic, I really ap...
Summary: plz forgive me if this is a repeated question..i saw few other posts in which it had replies saying to use .cpp and call it in .bat file and all... b...
Summary: Thank you again M2, I have about 20 network devices to manage. Whenever there is some common change in setting, I have to log on to each and every dev...
Summary: hi how can i create a text file using batch file with date and time in name eg testThu 02/08/2007 2300.txt and also i want to read a text file which ...
Summary: Parsing text with a batch file is not an easy task. Your first post indicates that you're open to alternative methods. If you want I can provide you ...
Summary: Also Posted in Dos Forum. I searched the forum but didn't find this. I want to add (append) text at the begining and end of every line of text in a ba...
Summary: I have never coded before using batch files and SED and have not coded at all in the last 5 years, but have a screen scraping program that I have been...
Summary: Dear M2, That works very well! Thanks very much - it takes a while to learn the language. I do have a follow up question - w.r.t. renaming files using...
Summary: hello guys ! we have load of metrics reports generated since 6 months , the thing is that the metrics contain .html and .png files in them. now time ...
Summary: You can't output plain text from a batch file into an Excel spreadsheet: the latter is binary formatted. One workaround is to use a Comma Separated V...
Summary: I am trying to kill IE using batch file , need help ...below command not working START "C:\Program Files\Internet Explorer\iexplore.exe" www.yahoo.co...
Summary: Hi, i'll try and explain my problem: i've created a nice menu in DOS using batch files. there is only one problem. when i want to exit my menu there's...
Summary: I'm trying to create batch file that telnets into various workstations, stops services and transfers data file. I dont user to get prompt for inputing...
Summary: I have never used batch files before. If someone has time, could you please show me how to take a file and rename it with a date stamp at the end, in...
Summary: Hello everybody, i would like to ask if its posibble to download a file from internet using batch file or in any DOS Programming (pascal,c++,c) and sa...
Summary: I would like to rename numbers of files as following: from test1.test1.txt --TO-- test1.test1-abc.txt I used this line for /f %%i in ('dir /b /a-d *....
Summary: Hi M2, One more small query.. I need bacth file command for check the list of URL's. Like I have some list of URL's to check daily if they are up or ...
Summary: There are some batch file "compilers" out there. A google search of "batch compiler" will bring up many. Most of them just compress a text file and ma...