Did you know that having empty folders on you system can cause slowdown on you system? Yes it is true specially if you have program that traverse all the files and folders on your systems. You know, by looking to the files at our hard disk, it is a jungle out there. Here is a [...]
Archive for the ‘Programming’ Category
28 Oct
How to get free space of Hard Disk using script?
The fastest way to get the free disk space is by looking at Windows Explorer, however most of us want to do this in command line or integrate this to a program for any unknown reasons. The next fastest and easy this is to use dir command. Why? Since it uses Windows native command. I [...]

