Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'find' is not recognised as internal or external command, operable program or batch file [duplicate]

Tags:

batch-file

I'm trying to install Google cloud SDK in my PC.

I changed the current directory to C:\google-cloud-sdk where the install.bat file is located.

I'm unable to run the batch file from cmd and it gives the following error when I type install.bat in the cmd:

'find' is not recognised as an internal or external command, operable program, batch file.
like image 257
SaiCharan Avatar asked May 06 '14 03:05

SaiCharan


1 Answers

I was able to resolve this issue by adding C:\WINDOWS\system32; to the beginning of my PATH environment variable.

like image 71
k2g Avatar answered Sep 25 '22 02:09

k2g