Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
fuss:dos [2016/12/26 23:11] – [Delete Hidden Files] officefuss:dos [2018/01/06 18:34] office
Line 1: Line 1:
 +====== List Hidden Files ======
 +
 +To list hidden files, issue:
 +<code dos>
 +dir PATH /A:H /B
 +</code>
 +
 +where ''PATH'' is either specified, in which case the ''dir'' command lists the files in that path or ''PATH'' is omitted, in which case the files in the current directory are listed.
 +
 +====== Delete Hidden Files ======
 +
 +In order to remove a hidden file, issue:
 +<code dos>
 +del /A:H FILE
 +</code>
 +
 +where ''FILE'' is a hidden file.
 +
 +To delete recursively, the ''/S'' switch can be appended:
 +<code dos>
 +del PATH /A:H  /S 
 +</code>
 +
 +====== Blank the Screen from Command Line ======
 +
 +The command:
 +<code dos>
 +ping -n 6 127.0.0.1 > nul && explorer C:\Windows\System32\scrnsave.scr
 +</code>
 +
 +will blank the screen in ''6'' seconds.
 +
 +Note that ''C:\Windows\System32\scrnsave.scr'' must exist and must be invoked via ''explorer''.
  

fuss/dos.txt · Last modified: 2023/12/16 03:33 by office

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.