How to run python .py file from windows terminal

Slicer.exe --python-script “/full/path/to/myscript.py” --no-splash --no-main-window i am using this command in windows terminal but its showing error
The command Slicer.exe was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default.

I am going to place where my slicer exe file is i.e C:\Users\mukun\AppData\Local\NA-MIC\Slicer 4.11.20210226 but its still not working ,kindly tell what am i doing wrong here?

Provide the full path to Slicer.exe between quotes in your script command or add the 3D Slicer home folder to your PATH variable (if you work on Windows).

I did give this which is the full path r"E:\research_ppr\slicer_path_to_markup.py"

Add something like “C:\Users\yourname\AppData\Local\NA-MIC\Slicer 5.2.2\Slicer.exe”, depending on where you installed Slicer, to your script …

Thanks ,the first only worked ,my mistake was I was not using command prompt of anaconda navigator