Normal
Hello burr,I backup my configuration like described here and copy them with a simple batch file[CODE]@echo offecho Restoring MediaPortal...xcopy /y /e /q /h /r *.* "C:\Programme\Team Mediaportal\MediaPortal" /exclude:exclude.txt[/CODE]content of exclude.txt[CODE]exclude.txtrestore.bat[/CODE]I hope this helps.-level20peon
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
exclude.txt
restore.bat[/CODE]
I hope this helps.
-level20peon