Steve Hardie » Powershell: Delete File if Exists Powershell script to delete a file if it already exists...

Please Visit: http://ift.tt/1ajReyV



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



Steve Hardie » Powershell: Delete File if Exists







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