http://www.dotcym.org

Site Network: Personal | My Company | Oxlands | Teleri's Site

If your seeing this. you dont have flash intalled, or flash is not functioning correctly and you are missing out on an totally abstract but quite nice slide show.

get the latest version of flash here.

Archive for the 'Business' Category

XCOPY

Friday, February 2nd, 2007

The greatest tool created by microsoft for transfering a large number of files from one location to another..
@ECHO OFF
ECHO.XCOPY “k:\docs\*.*” c:\SHARE\DOCS\ /D /Y /S /C /k /h /a
ECHO “BACKUP COMPLETE”
PAUSE
Don’t leave home without it!!