Guest User

Untitled

a guest
Jan 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. F:>> wmic datafile where Name="anyfile.txt"
  2.  
  3. F:>> wmic datafile where Name="F:\ekojs.txt" get Description,Path,Status,Version
  4.  
  5. F:>> wmic datafile /?
  6.  
  7. wmic datafile where Name="F:\ekojs.txt" get Description,Name,FileType >> eko_wmic.txt
  8.  
  9. Description FileType Name
  10. f:ekojs.txt Text Document f:ekojs.txt
Add Comment
Please, Sign In to add comment