Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU

CMD Tips

Publié le par damcuvelier

to go into a folder:
cd /d
example, to go into e:\toto you can write:
e:
cd toto
or
cd /d e:\toto
it is usefull in command line scripts

if you are looking for an expression in files:

In Windows 7, unlike XP you can't search a expression into file.
so run cmd and write this, into the parent folder if you dont know where to search:
"findstr /i /s expression *.extension"

Commenter cet article