Try using the Name function to change the absolute
address. For instance, if you want to move file1.txt from
C:\directory1 to C:\directory2, just add the line:
Name C:\directory1\file1.txt As C:\directory2\file1.txt
I haven't actually tried this, but it looks good.