Batch Files In Windows 7

In case you have made a batch file in Windows 7,you might have noticed that it doesn’t really work as it should right off the bat. Here is what I am saying : Suppose a simple batch file that pings a website continuously is made (ping.bat) in this case : (If you want to learn …

Disabling Command Prompt In Windows 7

Access to command prompt especially as an administrator can be dangerous provided one is not aware of what they are doing. What if execution of batch files needs to be blocked from a particular Windows 7 system as a security measure? Batch files too  use cmd.exe for launching and hence the need to block access …