Program Example63; { Program to demonstrate the FRename function. } Uses oldlinux; begin FRename (paramstr(1),paramstr(2)); end.