AsmSource : Assembly Language Programming

Dos Source

Win Source

Links

Email

Utilities

RENAMER.asm - A work in Progress

 

Version Changes Date
renamer v0.1 Copied searchin.asm program, and updated the interface.
Finds filenames with a certain pattern in the name.
18 Aug 2001
renamer v0.2 Changed name from rename => renamer, once I noticed that it conflicts with the dos command rename. Quite ironic really! Yeah... i'm quick today.
Added column for new name, and actually changes name.
Fixed minor error, dealing with too many loops.
Corrected searches=>renames name error.
Really Works!!!
19 Aug 2001
     

 

rename.asm v0.2

A program that I have needed for a long time. It is a many file renamer. That is, you select a dir, type in a phrase and it will replace that part of the filename with something new.

Download Zip File (16,689 bytes)  

View Asm File (28,621 bytes)


rename.asm v0.1

A program that I have needed for a long time. It is a many file renamer. That is, you select a dir, type in a phrase and it will replace that part of the filename with something new.

Download Zip File (15,926 bytes)  

View Asm File (16,039 bytes)