Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web

AsmSource : Assembly Language Programming

Win Source

Dos Source

Links

Email

Utilities

Replace.asm (was searchin.asm)

 

Version Changes Date
searchin v0.1 Basic features 14 Feb 2001
searchin v0.2 Added windows 2000 compatibility, fixed a simple little crash problem. 18 Feb2001
searchin v0.3 Fixed up a problem involving the About and Exit button, that I noticed when I used the program as a template for my new renamer program.
Also fixed up the about box hyperlink.
18 Aug 2001
replace v0.4

This program is a copy of searchin v0.3. Have added the ability to replace the text.
Improved box order, so that tab makes more sense.
Fixed open file problem.
Fixed major memory error, trying to read past allowed memory due to problem not decreasing ECX counter.

1 Jan 2002
replace v0.5 Added sorting routine, ripped from winview.exe.
Added Menu options for sorting routine.
2 Jan 2002
replace v0.6 Fixed up about box.
Added sizes to search and replace phrase boxes.
Menu names actuall match column names in sorting option. I thought that this might make more sense.
Saves sorting direction and type, for the next time.
Performs sort on each search
3 Jan 2002
     

 

Replace v0.6

This programs allows you to search for a phrase, in a group of files, and replace that phrase. It is a very useful and powerful program. (Project Info)


Download Zip File (22,061 bytes)

View Asm File (41,575 bytes)

 

Replace v0.5

This programs allows you to search for a phrase, in a group of files, and replace that phrase. It is quite a useful and powerful program. (Project Info)


Download Zip File (21,056 bytes)

View Asm File (38,931 bytes)

 


searchin32.asm v0.3

Program that searches recursively from a particular dir, for files of a specific type, containing a particular phrase. Prints out the part of the phrase line, and the line number. A simple extension the search32.asm. (Version Info)

Download Zip File (17,308 bytes)  

View Asm File (28,916 bytes)

 

searchin32.asm v0.2

Program that searches recursively from a particular dir, for files of a specific type, containing a particular phrase. Prints out the part of the phrase line, and the line number. A simple extension the search32.asm.

Download Zip File (16,642 bytes)  

View Asm File (27,959 bytes)

 

searchin32.asm v0.1

Program that searches recursively from a particular dir, for files of a specific type, containing a particular phrase. Prints out the part of the phrase line, and the line number. A simple extension the search32.asm.

Download Zip File (16,422 bytes)  

View Asm File (27,611 bytes)