Theme Installation Error

Hi i am new in HUGO Platform please help me…
i am installing Hugo through this command

C:\Hugo\Sites> hugo new site test
But i have following error
’C:\Hugo\Sites’ is not recognized as an internal or external command,
operable program or batch file.

But Support help me and i am installing Hugo through this command
C:\Hugo\Sites> C:\Hugo\bin\hugo new site test
Congratulations! Your new Hugo site is created in C:\Hugo\Sites\test.

But Now i am installing theme through this command

C:\Hugo\Sites\test> hugo server --theme-agency --buildDrafts
’hugo’ is not recognized as an internal or external command,
operable program or batch file.

But this error i got what can i do sir please help me i am also use this path but still error
C:\Hugo\Sites\test> C:\Hugo\bin\ hugo server --theme-agency --buildDrafts
’C:\Hugo\bin’ is not recognized as an internal or external command,
operable program or batch file.

Hugo doesn’t seem to be installed properly.

Read this: https://gohugo.io/tutorials/installing-on-windows/

Then follow this to add a theme: http://gohugo.io/overview/quickstart/

It looks like there is a white space between C:\Hugo\bin and hugo, it should work if you remove that white space:

C:\Hugo\bin\hugo server ...

Hi i can use this path after installing theme but the error are still…
C:\Hugo\Sites\test> C:\Hugo\bin\ hugo server --theme-agency --buildDrafts
’C:\Hugo\bin’ is not recognized as an internal or external command,
operable program or batch file.
What can i do sir i think i make a mistake on giving path…my hugo is installed and theme also but i want to check how theme looks like on server…please help me i am very happy and bundle of thanks for you quick reply…and help me Again Thanks sir… :slightly_smiling:

C:\Hugo\Sites\test> C:\Hugo\bin\hugo server --theme-agency --buildDrafts
’C:\Hugo\bin’ is not recognized as an internal or external command,
operable program or batch file.

i give this command to cmd
My files structure is
C:\Hugo\Sites\test\themes\agency
C:\Hugo\bin\hugo.exe