Sunday, June 22, 2014

My New Favorite File Sync Program

Best Sync (use portable) Free version will not work over network so worthless.

Use SyncBack.

Autohotkey V2 Stuff

 #Requires AutoHotkey v2.0 (required) #SingleInstance Force ::h::hello (hello with following space) :o:h::hello (hellow no following space) ...