Summary: things I need to accomplish: 1. I need to do a particular byte replacement in a.dll at the runtime of a particular .exe, then to return the .dll to th...
Summary: By the tone of your description I would say stick with VC++. You can use any of the following to replace the OutPort function: _outp, _outpw or _outp...
Summary: For example in a file if I see: "<start> open:my_file.txt open:other_file.text </start>" I'd like to replace it with "<start> {open_me:my_f...
Summary: hi guys, i read the following postings from ... http://computing.net/programming/wwwboard/forum/13192.html im especially interested in the following ....
Summary: Hello, I am constantly asked to update an .mde file within 140 peoples database folders on a shared network drive. Each user has a mde that when a ne...
Summary: Hi.. Im trying to write a batch to replace blank characters with a semicolon in a txt file. I guess it can be done somehow with a FOR loop. lines in ...
Summary: This is a page from sir dystic's site. Using this as a guide i managed to compile an exe displaying a messagebox, which was only 1024 bytes in size! -...
Summary: Hi I've got te following question about batch programming I've got a txt file I've got a line in there example: "This line has number 2" what i want ...
Summary: I need help making a batch file that will find the string "SERVICEACCOUNT" in the file settings.xml and replace it with the varible %username%. any h...
Summary: I need to change/replace a word in a row in batch file. for example "localhost" to "AAA". Supose there are no diference to the same in *.txt however c...
Summary: Hi all, Is it correct to assume that a sector will be of 512 bytes. I need to read partition table in C in linux. The read function works on bytes. So...
Summary: I have a registry exported file, wherein I changed a few of the output formats to use the variable %username% instead of the actual username for an Ex...
Summary: You can select and download individual components or download the entire SDK from the downloads tab. The entire SDK will take awhile since it is 342,0...
Summary: I need to figure out a method to find and replace text within a text file. I have a file named, "myfile.txt" that has the following; testing=1 databas...
Summary: Binary numbers are powers of 2, decimal numbers are powers of 10 People tend to use the decimal system (count to 10) and when talking about a Kilobyte...
Summary: Using QBasic 4.5 (yep, I know, an oldie but a goodie) In Windows 98 and other versions it is possible to program status changes to the bits of the Key...
Summary: "Dial up would go at a maximum of 56Kbps" One gets the impression you don't use dialup. That would be the negotiated throughput (it happens to corresp...
Summary: Hello everybody! Would anyone know where I can find technical details on what is called "Double Byte Character Set compliancy" and allows software to ...
Summary: G'day, Well, I could certainly do with the money, so get going!! The only thing that you really need to concern yourself with is the pascal syntax of ...
Summary: Hello!We need a script for ISSS office that would help us to do modifications to text file(notepad).script had to replace certain numbers to different...
Summary: Hello, I have about 100 text files. They are full of extra stuff that needs to be cleaned up. The stuff is one or more blank lines, trailing spaces, c...
Summary: Hello all: I am trying to replace this line... strcpy(deletefile_name, string); with this one ... strlcpy(deletefile_name,string,strlen(deletefile_nam...
Summary: I am trying to declare 4 64000 byte arrays in TASM, but all but the first one give me a warning of 'Location counter overflow'. I assume I don't have...
Summary: Hello. I am trying to write a batch file that does the following: On each of the computers this batch will be ran on is a folder "C:\_Bi-Con_.TMS" i...