Re: Move to Windows Recycle Bin instead of deleting

2003-01-15 Thread Tino Lange
Ralf Hauser wrote: Is there a way to have the files moved to the windows recycle bin from the cygwin shell window/command line? Hi! You can use the freeware "Delete XP" http://www.easytools.com/Downloads/Freebies/ which behaves like the standard (MS) "del" - but deletes to the recycle bin. I u

RE: Move to Windows Recycle Bin instead of deleting

2003-01-14 Thread Igor Pechtchanski
st started to work at Watson > too... > > -----Original Message----- > > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED]] > > Sent: Dienstag, 14. Januar 2003 22:06 > > To: Ralf Hauser > > Cc: [EMAIL PROTECTED] > > Subject: Re: Move to Windows Recycle B

Re: Move to Windows Recycle Bin instead of deleting

2003-01-14 Thread Chris Polley
On Tue, 14 Jan 2003 20:42:45 +0100, you wrote: >Is there a way to have the files moved to the windows recycle bin from >the cygwin shell window/command line? AFAIK, there isn't, although the int SHFileOperation(LPSHFILEOPSTRUCT lpFileOp) function in shell32.dll

RE: Move to Windows Recycle Bin instead of deleting

2003-01-14 Thread Rolf Campbell
> -Original Message- > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 14, 2003 4:06 PM > To: Ralf Hauser > Cc: [EMAIL PROTECTED] > Subject: Re: Move to Windows Recycle Bin instead of deleting > > > On Tue, 14 Jan 2003, Ralf Haus

Re: Move to Windows Recycle Bin instead of deleting

2003-01-14 Thread Igor Pechtchanski
On Tue, 14 Jan 2003, Ralf Hauser wrote: > Is there a way to have the files moved to the windows recycle bin from > the cygwin shell window/command line? Yes. In your ~/.bashrc: RECYCLE_BIN_PATH="" function rm() { mv "$@" "$RECYCLE_BIN_PATH" } The one gotcha of the above is that "mv" will get t

Move to Windows Recycle Bin instead of deleting

2003-01-14 Thread Ralf Hauser
Is there a way to have the files moved to the windows recycle bin from the cygwin shell window/command line? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: