CMD Tips
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"
/image%2F0881799%2F20140610%2Fob_a8c7fe_logo2.jpg)
Commenter cet article