I'm trying to use cmd.exe through AutoIt script. When I run(c:\windows\system32\cmd.exe) and try to launch manage-bde the error
is not recognized as an internal or external command, operable program or batch file
is coming. run(cmd.exe), manage-bde works well. With the complete path included, I wonder why first command doesn't work.
Additionally, Win + R and run cmd.exe, then launch manage-bde works well. Windows and search cmd.exe and launch manage-bde works as well.