Kunal

Members
  • Posts

    1
  • Joined

  • Last visited

Kunal's Achievements

New User

New User (1/3)

  1. On windows I use a batch file to delete the .SyncTrash manually. Just keep the file in the root of the sync'ed folder for easy access. File name: _EmptySyncTrash.cmd Contents: @echo off del /s /f /q .SyncTrash\*.* rd /s /q .SyncTrash Any improvements most welcome. Thanks.