Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.19 KB

readme.md

File metadata and controls

47 lines (27 loc) · 1.19 KB

recycle-bin

Move files and folders to the Windows recycle bin

Install

Download the binary and put it somewhere in your %path%.

...And see notes below

Usage


Usage: recycle-bin <path> [...]

Build

you should have msvc

  • first : run c.ps1 script from \release
    in case of troubles run Set-ExecutionPolicy -ExecutionPolicy Unrestricted first.
    to run a script use
    cd (drag release dir there)
    .\c
    windows powershell, admin priv's
  • second : build both solutions .
    use Win32 - Release Conf or copy script to others folders and run there.

build done

Anywhere use of binaries possible only after run of c.ps1 . It should be located in same place with .dll

Related

License

MIT © Sindre Sorhus