Summary: Normally !'s are just another harmless character and have no meaning to the system without delayed expansion enabled, unlike |<>&^"*?=,;. as well a...
Summary: Remove (if any) the @echo off initial statement and insert a pause command after the indicted one. Examine carefully what is displyed and report if yo...
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: this place is great! thanks for all the response.. now ill try to comment and clarify.. first of... fsum is a checksum program... creates sums and ver...
Summary: Hello :-)! I'd like to create application for mobile phone (maximum price of phone would be about 220USD, it is for Central Europe; I will be testing ...
Summary: It all depends on your "condition" Just taking a guess here, out of the 7.6 trillion possible conditions: all lines containing the letter "a" findstr ...
Summary: Have a look at XCOPY, XXCOPY and ROBOCOPY I would think you can do what require, via these commands (with the correct parameters of course) Just a que...
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: 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: I need to split "FLIGHT" records in a TXT file starting after 11th position, and identify next record as "ICAO". Sample input Flight§6805(ZBAA - RJAA...
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: I have to write a short C++ program that reads from a data txt file which hp vs. rpm will be the data that is in the file. The program then calcul...
Summary: Using your code as starting point: - I added indentations, - removed the SPACE that was appended to all records, - changed the WRITE section a bit. @E...
Summary: HI, I have about 400 xml files that have error in the productID line: <Product productID="0001"> the 0001 needs to be replace with another value w...
Summary: I want to translate a variable and read the output to another variable echo $my_var | tr '0123456789' 'ZZZZZZZZZZ' works as I'd expect, printing the c...
Summary: I am wanting to create a batch file that will open another file every 15 minutes or so. I know of the countdowns, but thats as long as the batch file ...
Summary: Hello, I am trying to do something that would seem simple enough here but I can't seem to figure it out. I am trying to make a batch file that will ch...
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 all, how many string characters will fit into a column in an oracle 9 database which has its size 4000bytes ?? i.e do i check the string.lengt...
Summary: I have no ideal on how to complete this palindromes checker program, please help me fill out the blank spots, thanks. I tried to fill out some already...
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 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...