Thursday, July 16, 2020

useful cmd tricks


  • To unhide files 
           attrib -h -r -s /s /d j:\*.*


  • To list all files in folder


              dir * /s /b /A:-D


  • Notepad font i like:

               Lucida Sans unicode

  • Create a .vbs script to read text you want:
             CreateObject("SAPI.SpVoice").Speak"hai how are u surendra"





Git Useful commands