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

Print Files from any Mobile Phone using Dropbox

1 Oct

http://www.labnol.org/internet/print-from-mobile-phones/17827/ Here’s a tip that will let you print documents, emails, photos, PDF files, etc. from a mobile phone to your existing printer. All you need is a printer connected to the computer and a mobile device for sending print … Read More »

add item to users menu in win7

26 Sep

copy from administrator that installed to C:\Users\username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs or follow this link http://www.sevenforums.com/tutorials/296-start-menu-all-programs-add-delete-shortcuts.html

Yum: No module named sqlite [resovled]

26 Sep

[root@admon CentOS-5up]# rpm -Uvh python-sqlite-1.1.7-1.2.1.i386.rpm –force Preparing… ########################################### [100%] 1:python-sqlite ########################################### [100%] [root@admon CentOS-5up]# yum clean all Repository base is listed more than once in the configuration Repository updates is listed more than once in the configuration Cleaning up Everything