Summary: Thanks for pointing that out Ivo. We can only help if we know what the problem is! Until I have more information, here's another speculation: the "car...
Summary: Hello. I'm trying to write a bat script to modify a text file by inserting a carriage return at the 80th character of any line. e.g. Some lines in m...
Summary: This one is kind of tough.. I'm sure everyone is familiar with LegalNoticeCaption and LegalNoticeText. (If not a quick Google will fill you in). Here'...
Summary: I have a text document which is created with an extra carriage return at the bottom of the file. I am trying to either find a way to remove that carri...
Summary: I have been redesigning several old batch files to redirect their output to HTML. Most of the redirects work fine, but of some not so fine. Some...
Summary: All it is doing is creating a Dummy file with an HTML extension. It can be a zero length file. The file name is then fed into the FindExecutalble API...
Summary: Is there a way to insert a carriage return (new line character) into a file? I would like to be able to insert a carriage return whenever I find (usi...
Summary: Hi all, N.B. This will only work, or has been tested in Dos 7.1 so it won't work in an NT Environment! Heres an intereting way of removing ALL(blank l...
Summary: hi pals, I have a file called file.csv(coma seperated) like the below 2,elephant,cow,2.3, 2,elephant,cow,2.3, 2,elephant,cow,2.3, 2,elephant,cow,2.3,...
Summary: I'm using 6.22. This is the only way I've found it to work for all of my menus for a project I'm doing. Do you know of a way to make a more efficient...
Summary: I have a question about an ANSI standard while coding a switch statement. Can I code: default: printf("Some Error Statement"); printf("Some ...
Summary: One more thing.. dont know if its affecting anything, but you may want to remove the newline at the end by putting chomp; just above your spit functio...
Summary: edman thank you for your help on this, your 2nd batch file to rename the files will be helpful. The first one does not really apply to what I wanted. ...
Summary: This might help, it requires Debug but it's simple to create. Paste the text below into notepad not the dividing lines ie ------- and save, name as on...
Summary: OK. Got this cracked now. SN, many thanks for the suggestions & pointers re use of .inf files. I've now managed to execute automated registry clear...
Summary: At the end of my small batch file, I have inserted "cls" and "Exit" The batch file closes so fast at the end of its function that I hardly even see it...
Summary: ok..first of all i am sorry i didn't post them before, it was just that i didnt' have them in hand.....note:i created a data file for each program..fo...
Summary: If you preset your char at 80 then that is exactly what you will get (as apposed to line by line). It becomes more flexible if you read into a dynami...
Summary: "carriage return inserted at the BOF" This will append a CRLF ]0d0a] pair to the end of the files. ::== @echo off setLocal EnableDelayedExpansion for ...
Summary: [edit: small fixes to the script] I made a few improvements..... @ECHO OFF SET FLNM= SET DRV= SET DIRS= :NAME CLS SET /P FLNM=INPUT [A] FILENAME[S] T...
Summary: Hi, I receive a file from Unix server to my windows server,this file is unix style I try to create a copy of this file via windows batch script: @echo...
Summary: I have been working on a project to make a bat file to remove known processes and files related to Antivirus 2009. I have gotten pretty far and just n...