Summary: First off, thanks for any help! I guess it isn't restricted to a batch script. The files are generated daily (less than 5 files per day) then a separ...
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: 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: 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 posted this on another form, did not get a response, this is kind of offtopic, but relevant in to computing.net 'forum': I am not sure where shoul...
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: 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 hope someone has an easy answer. I've got about 4000 text files that need to have a carriage return inserted at the BOF in order to properly load in...
Summary: So the issue is bookmarks. Why do some bookmarks go to the root document and others to the exact bookmarked page? And how are frames messing with ou...
Summary: Maybe if I had expressed it this way it would have made more sense: dialogmsg="Programmed by xx" & vbCrLf & vbCrLf & "Ver 1.0a" The vbCrLf inserts a c...
Summary: Yahoo! Thank you, Thank you, Thank you Holla, sorry it took me so long to reply. I definitely appreciate the response but I just saw it. This scr...
Summary: Hi, Hmm, you use NASM right? Right on bro... The very 1st thing if you want to learn asm is to learn about software interrupts, or API if you want to ...
Summary: To get your debug script as part of a batch file see the following tips: 1) create a .txt file using Notepad inserting your commands for Debug (i.e. s...
Summary: Hi Ete, The CRLF is the 'line break' created when pressing ENTER. The two bytes CR and LF take their name from the typewriter days. CR is 'carriage re...
Summary: Hi, I am having a problem with a text file that I am trying to import into Access. The file is on a CD from one of our vendors that we load into a ma...
Summary: To be able to move back-wards and for-wards in a text file the files need to be opened outside the click event and the same file number used each time...
Summary: Ergoman, this is your third post on the subject. You have a temperature device that can output to a 9-pin serial port 9600 baud. I assume this device ...
Summary: SN has a valid point... without a few "more detailed" features of C++, this would prove a bit tricky. For instance, if you wanted to DEFINE everything...
Summary: Option Explicit DefInt A-Z ' This flag is set when the user chooses Cancel. Dim CancelFlag Private Sub CancelButton_Click() ' CancelFlag tells the...
Summary: Thats not too hard.. Create an array called temp equal to the size of the array of characters your removing white spaces from. copy one letter at a ti...
Summary: Hi Robert A better solution. Type the text below into Notepad and save as Input.txt. The blank line is important and is just a carriage return. Then...
Summary: Instead of declaring the main function to be void as Click_er suggests, you may just want to insert a return 0; at the end of your main function... ot...
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...