Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. rmdir /s /q rajkamal
  2.  
  3. Remove-Item : A positional parameter cannot be found that accepts argument '.rajkamal'.
  4. At line:1 char:6
  5. + rmdir <<<< /s/q .rajkamal
  6. + CategoryInfo : InvalidArgument: (:) [Remove-Item], ParameterBindingException
  7. + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement