Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
fuss:dos [2016/12/26 23:11] – [Delete Hidden Files] officefuss:dos [2017/02/22 18:30] – external edit 127.0.0.1
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>
  

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.