├── .gitignore ├── LICENSE ├── docs ├── SendTo_0.1.png ├── SendTo_0.2.png ├── SendTo_1.1.png ├── SendTo_1.2.png └── SendTo_2.png ├── make-vc.bat ├── readme.md └── sendto+.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifenjoiner/sendto-plus/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifenjoiner/sendto-plus/HEAD/LICENSE -------------------------------------------------------------------------------- /docs/SendTo_0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifenjoiner/sendto-plus/HEAD/docs/SendTo_0.1.png -------------------------------------------------------------------------------- /docs/SendTo_0.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifenjoiner/sendto-plus/HEAD/docs/SendTo_0.2.png -------------------------------------------------------------------------------- /docs/SendTo_1.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifenjoiner/sendto-plus/HEAD/docs/SendTo_1.1.png -------------------------------------------------------------------------------- /docs/SendTo_1.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifenjoiner/sendto-plus/HEAD/docs/SendTo_1.2.png -------------------------------------------------------------------------------- /docs/SendTo_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifenjoiner/sendto-plus/HEAD/docs/SendTo_2.png -------------------------------------------------------------------------------- /make-vc.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifenjoiner/sendto-plus/HEAD/make-vc.bat -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifenjoiner/sendto-plus/HEAD/readme.md -------------------------------------------------------------------------------- /sendto+.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifenjoiner/sendto-plus/HEAD/sendto+.c --------------------------------------------------------------------------------