Is the Powershell backwards compatible with the standard command prompt? [closed] Is the Powershell backwards compatible with the standard command prompt? [closed] unix unix

Is the Powershell backwards compatible with the standard command prompt? [closed]


No it is not completely backwards compatible. You can however run a cmd session within powershell then get compatibility. If you are running a batch file as a scheduled task, then the batch file would be processed in a cmd session and not powershell anyway so they shouldn't have an issue.