462 B
462 B
mv
In PowerShell is dit commando een alias van
Move-Item. Maar dit commando is niet beschikbaar op de Command Prompt (cmd). Gebruikmovevoor soortgelijke functionaliteit. Meer informatie: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/move-item.
- Bekijk de documentatie van het equivalente Command Prompt commando:
tldr move
- Bekijk de documentatie van het originele PowerShell commando:
tldr move-item