Skip to content
Archive of posts tagged cmd

My Experiments with CMD – The FOR Command

I am really an admirer of "FOR" command. The possibilities with For command are end less To generate a simple ping sweeper   Imagine you have to monitor 10 systems for its availability through "ping" command. Say the systems are in the IP range 10.0.0.1 to 10.0.0.10 C:\> For %i in (1,2,3,4,5,6,7,8,9,10) do ping 10.0.0.%i It starts pinging [...]

My Experiments with CMD – The windows Console Shell

It is easy to invoke a cmd shell from windows.  Click Start -> Run and  type in "cmd" The cmd shell can be considered an old MS DOS System. If you say, hey I know this and every one else know this, I would say yes.. we all know this.. Now lets explore the cmd shell in forth [...]

“My Experiments With” Series

Thought of capturing my experiences in various domains like Windows Internals, Scriping, Security and more.. Watch out