I like PowerShell, it is more functional and more readable than cmd. But bad luck - sometimes you have to open the command line of Visual Studio, but it is not PowerShell. I want to execute ls and nmake from the same console.
')
When launched, PowerShell loads the profile contents from Documents / WindowsPowerShell / profile.ps1. Therefore, having written the profile.ps1 script and allowing the execution of scripts in PowerShell, we will get the PowerShell command line configured in Visual Studio =)
PS And having set TotalCommander to call PowerShell by pressing Ctrl + X comes simply bliss =) PPS I apologize for the indentation in the code, but I don’t understand why the code tag removes them.