Microsoft Techies
Microsoft information center.
Monday, 4 May 2015
powershell create file and write to it
Param
(
[string]$fileName = $(get-date -f yyyy-MM-dd-hh-mm-ss)
)
write-host $fileName".txt"
Newer Post
Older Post
Home