hei
den vil ikke forkorte navnene, så fremt du ikke kjører på en dos maskin
Her er et eks på mi backupfil, og eg kjører winxp
ECHO OFF
xcopy "C:\Documents and Settings\thelonelywolf\favoritter" "E:\Backup av filer\Favoritter" /d /i /s /y
xcopy "C:\Documents and Settings\thelonelywolf\Programdata\Mozilla\Firefox" "E:\Backup av filer\Mozilla Firefox" /d /i /s /y
xcopy "C:\unzipped" "E:\Backup av filer\unzipped" /d /i /s /y
xcopy "D:\Downloads" "E:\Backup av filer\Downloads" /d /i /s /y
xcopy "E:\OldDownloads" "E:\Backup av filer\OldDownloads" /d /i /s /y
xcopy "E:\Dokumenter" "E:\Backup av filer\Dokumenter" /d /i /s /y
xcopy "D:\Outlook" "E:\Backup av filer\Outlook" /d /h /e /i /s /y
xcopy "C:\Documents and Settings\thelonelywolf\Programdata\Mozilla" "E:\Backup av filer\Mozilla" /d /i /s /y
xcopy "C:\Documents and Settings\thelonelywolf\Programdata\Mozilla" "E:\Backup av filer\Thunderbird vas" /d /i /s /y
xcopy "D:\Programfiler\Thunderbird" "E:\Backup av filer\Thunderbird" /d /i /s /y
xcopy "C:\Documents and Settings\thelonelywolf\Programdata\Thunderbird" "E:\Backup av filer\Thunderbird mail" /d /i /s /y
EXIT
REM s= kopierer alle mapper og undermapper
REM i= Hvis ikke mål er laget, så lager den målet
REM d= kopierer bare nye filer
REM y= Overskriver ingen filer