Summary: Hi everyone, I have a text with blocks similar following [FILE] <tu origin="tbx" tuid="32316" vuid="32316" filename="/some/path/to/a/file" SwKey...
Summary: Is there a way through batch scripting to capture/filter specific blocks of text (four lines each) from a text file when the text I am looking for is ...
Summary: Does anyone know how to delete the first line of text from a text file using a batch file (or a simple way from the command line)? Thanks, Cory ...
Summary: Hi, I'm looking for a simple batch file which will edit - delete a part of text a file, lets say arhiv.dat. With a command %date& > arhive.dat I get ...
Summary: Hello all, I've been looking for a script that will allow me to display either a block of text, or a picture based upon the day of the week. I haven...
Summary: If you believe what you just said then good luck as a programmer. Computers are composed of logical gates which are basically transistors and resistor...
Summary: hello, how do i set up a bat file to take a block of text (pre-written in the bat file), save it as a .txt file and place it in a folder i premade? fo...
Summary: I have a block of text in a variable called 'myHTML'. The code is part of a wysiwyg project, so changes, but will be something like: '<title>aaa<...
Summary: I found this code on this forum : It deletes the first 4 lines of a text file, but I only want it to delete the first line... I do not understand this...
Summary: hi thanks a lot for the very speedy reply. i didnt really explain myself too well. i have a lot of text files in a folder and every one has a header, ...
Summary: Hello! I would like to use a batch file to delete the first line of a text file and send the rest of the file to a new text file. Thanks, Cale ...
Summary: Dear all, I am trying to write a simple script that takes as input a list of identifiers, searches in a large text file for each of those identifiers,...
Summary: Hey all, i'm trying to write a batch file that will read a text document (we'll say input.txt) and can isolate a block of the text within it, and port...
Summary: I am trying to make a batch file that will put series of code into a text file (which will be a batch file) I am having issues with the %%b (circle r...
Summary: Hi, Is it possible to delete x number of lines from a CSV file using a batch file ? What I have is 2 CSV files with a Log of temperatures from an AirC...
Summary: can someone show me a very simple sample of a batch command that will delete a specific registry entry. thnx alot! I need it to automate the deletetio...
Summary: Hi I have created a batch file that will restore the original version numbers to all necessary files in Visual Source Safe. The unix commands work fro...
Summary: I'm a C++ student using CBuilderX at my high school. I was wondering how to delete a file. Please don't show me only the command, but the context in...
Summary: What language are you using? VB? There is an object called the Printer that you can call. All you do is: Dim HWidth, HHeight, I, Msg ' Declare v...
Summary: If you didn't search prior posts... Try this one: http://www.computing.net/programming/wwwboard/forum/8218.html (It lists three other posts, plus prov...
Summary: Need a bit of direction. The problem is, I have a number of XML files, and within the XML file is a placeholder for the filename w/out the XML extensi...
Summary: The explanation of delayed variable expansion is in the online help obtained by the SET /? command. Here it is: Delayed environment variable expansio...
Summary: Hello again, i have another sed question.. I'm trying to do variable substition with sed and i'm running into a problem. my var1 is a string construc...