You could make the renaming process a bit easier with a DOS batch file like this:
ren UFLCAPW.DLL uflcapw.xxx
start /w (QRW path and start name)
ren uflcapw.xxx UFLCAPW.DLL
The /w is important since it makes the batch file wait until you exit QRW to run the next line.
Ralph Allan