How do I tell Windows to prefer the find.exe from UnxUtils instead of Windows's find? -
i installed unxutils on windows 7. when try use find in cmd.exe, windows's find.exe in system32/ 1 gets invoked. how tell windows prefer find.exe unxutils instead of windows's find?
you can adding reference executable file "path" system variable.
1) right click on "computer" start menu.
2) select "properties"
3) click "advanced system settings"
4) click "environment variables"
5) select "path" system variable
6) click "edit"
7) add path unxutils bin directory begining of path:
ie: c:\unxutils\bin; c:\program files\common files\microsoft shared\windows live;c:\program files (x86)\common files\microsoft shared\windows... (don't copy , paste this)
8) ok , exit out of prompts.
now in new , subsequent command prompts unxutils executables should picked first.
Comments
Post a Comment