Tuesday, February 25, 2014

How to delete 0kb file from Windows 7/8

  1. Run a command prompt as Administrator
  2. CD to the folder where the 0kb file is located at.
  3. Type: dir /x (this will give you the short file name of this file).
  4. Now type: del short_file_name

1 comment:

Unknown said...

Dudeeeee thank you very much finally i can delete it i keep it at my laptop for 2 month and ignore it and it was really annoying XD finally i can delete the file
and i learn something about cmd too thx for this blog dude (thumb_up)

FizzBuzz in different languages

Java: import java.util.TreeMap ; public class Main { public static void main (String[] args) { System. out .println( &...