Reply to thread

Hello burr,


I backup my configuration like described here and copy them with a simple batch file


[CODE]

@echo off

echo Restoring MediaPortal...


xcopy /y /e /q /h /r *.* "C:\Programme\Team Mediaportal\MediaPortal" /exclude:exclude.txt[/CODE]




content of exclude.txt

[CODE]

exclude.txt

restore.bat[/CODE]



I hope this helps.



-level20peon


Top Bottom