.:the last thing that i can promise:.
"try not to become a man of success, but rather try to become a man of value"
July 12, 2011
edit lastwritetime (Power Shell)
one file :
(Get-ChildItem $[filename.extension]).LastWriteTime = $(get-date "mm-dd-yyyy")
multiple file :
Get-ChildItem | Foreach { $_.LastWriteTime =
$(get-date "mm-dd-yyyy")
}
it works :)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment