Yes, it's very likely that this path causes the issue.
You can do a simple test with the following commands in CMD Prompt first
set PATH=C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
"C:Program FilesANSYS Incv201ANSYSbinwinx64launcher.exe"
If this works, then the issue is with your Path, you can try reordering it so that those Windows systems file paths (the ones in my command above) are at the front.
Thanks,
Win