: open the source file
: create the output file and open it
: copy the content of the source to destination file
: delete the source file
:
: it's realy easy in qb
:
:
Umm...
Shell "copy source.file destination.file"
Use Shell and DOS's Del command to remove the old one if you want.