/r c:\GameInfo %a in (*.entity) do convertdata entity %a %a txt
When I write this as told, I get: "r/" is not a recognized... blabla...
If I remove that so its:
c:\GameInfo %a in (*.entity) do convertdata entity %a %a txt
It says: The system cannot find the path specified.
What gives?