How i supposed to do that? where i put my .reg for it copy to this folder during my xp install and what command i need to write?
sorry if it's really simple, but i really don't know...
thanks in advance (sorry for my english
Posted 20 November 2005 - 01:42 PM
Posted 20 November 2005 - 02:11 PM
@echo off for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\win51ip.SP2 set CDROM=%%i: copy /y "%cdrom%\path\to\registration.reg" "%ProgramFiles%\Bsplayer" exit
regedit /s "%ProgramFiles%\Bsplayer\registration.reg"
Posted 20 November 2005 - 02:25 PM