To move a file can embed a “system” command with the respective DOS commands as parameters.
eg: system(“move c:\vin.exe d:\vin.exe”).
But the if the parameters are variables it will not work. The parameters should be of the type “Char const * ”
How to generalise moving files?