How can I use the cl command on PowerShell?
05:23 30 Jan 2017

I am unable to use the cl command in PowerShell.

I tried to add the following command to my PowerShell profile to exec vcbuildtools.bat, but PowerShell does not recognize cl command on PowerShell?

&"C:\Program Files (x86)\Microsoft Visual C++ Build Tools\vcbuildtools.bat"

OS: Windows 10

windows powershell windows-10