I have a batch file that copies Unrar.exe. But when I run it, it says: The system cannot the file specified. But when I check the path, it is correct. Here's my code:
if exist %ProgramFiles%\WinRAR\Unrar.exe copy /y %ProgramFiles%\WinRAR\Unrar.exe %cd%\Unrar.exe >nul
Why is this saying The system cannot the file specified?