Search results for query: *

  • Users: Arne25
  • Content: Threads
  • Order by date
  1. A

    converting powershell

    Hi guys, I have a problem. I need to convert this PowerShell program to vb.net or VbScript. But i can't find the solution.. Could anyone help me with this? function Remove-EmptyFolders { [CmdletBinding()] param () $delDirs = @() $dirs = Get-ChildItem -Recurse | Where-Object {...
Back
Top