Can't run this simple .exe file with this Windows Powershell
To run an exe in PowerShell you need to either provide the full path to the exe or the relative path by preceding the filename with .\
Ensure you are in the correct directory and try:
.\Variables.exe