Please Visit: http://ift.tt/1ajReyV
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1saWs9r
via LifeLong Community
Steve Hardie » Powershell: Delete File if Exists
Powershell script to delete a file if it already exists:
If (Test-Path $strFileName){
Remove-Item $strFileName
}http://ift.tt/1saWs9p
http://ift.tt/1iy9gWr
Powershell script to delete a file if it already exists:
If (Test-Path $strFileName){
Remove-Item $strFileName
}http://ift.tt/1saWs9p
http://ift.tt/1iy9gWr
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1saWs9r
via LifeLong Community
No comments:
Post a Comment