I have a following powershell script on windows server in directory C:\\remove_jar.ps1
$FileName = "C:\\PRODUCT\\*.jar" if (Test-Path $FileName) {