SET "InFile=%~dp0Dynamic Campaign\BATCHES\BATCH_SCR.bat"
SET "OutFile=%~dp0Dynamic Campaign\BATCHES\BATCH_SCR.bat"
The %~dp0 will fill the rest of the path till the folder the batch exist in,
But note that it will end with backslash so don't write the path like this:
with the blue backslash, or it will give you errorsSET "InFile=%~dp0\Dynamic Campaign\BATCHES\BATCH_SCR.bat"