Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there a way to move folder to trash using cmd.exe or powershell?

Tags:

powershell

cmd

  • is there a way to move a folder to trash using cmd.exe? (Windows Vista)
    (that is, the behavior should be identical to user moved the folder to trash from GUI)

  • is there a way to do it using PowerShell?

like image 592
Xah Lee Avatar asked Aug 10 '10 18:08

Xah Lee


1 Answers

For PowerShell, see: How do I move a file to the Recycle Bin using PowerShell?

For CMD, see: CMD Command to delete files and put them into Recycle Bin?

like image 53
kbrimington Avatar answered Sep 19 '22 20:09

kbrimington