track your stolen laptop for free

2 Dec

http://preyproject.com/ Basically you install a tiny agent in your PC or phone, which silently waits for a remote signal to wake up and work its magic. This signal is sent either from the Internet or through an SMS message, and … Read More »

OneNote + Windows Home Server = Awesome

25 Nov

OneNote + Windows Home Server = Awesome http://spackle.wordpress.com/2009/05/05/onenote-windows-home-server-awesome/ In this installment of my ongoing consumer technology series, I wanted to write a little about how I use my Windows Home Server with OneNote.  This time, I’ll focus on OneNote’ shared, … Read More »

HIPAA HiTec Act links

28 Oct

http://brentsplace.info/data2.shtml http://www.hipaasurvivalguide.com/hipaa-survival-guide-22.php http://www.foxgrp.com/blog/emr-ehr-meaningful-use-criteria-are-finalized-now-what/

robocopy script

16 Oct

echo %computername% %date% %time% >> c:\bat\ftpsynclog.txt for /f “Tokens=1-4 Delims=/ ” %%i in (‘date /t’) do set dt=%%i-%%j-%%k-%%l for /f “Tokens=1″ %%i in (‘time /t’) do set tm=-%%i set tm=%tm::=-% set dtt=%dt%%tm% robocopy f:\music s:\music  /r:3 /w:5 /MIR /LOG:”c:\bat\logfiles\log%dtt%.txt” /TEE