Titof Posted November 20, 2005 Posted November 20, 2005 Hi, i want to register Bsplayer pro, to do this i have to take the .reg file that is create when i register it, and i have to copy it in my bsplayer folder (C:\program files\Bsplayer)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 )
BoardBabe Posted November 20, 2005 Posted November 20, 2005 Hehe that's pretty basic yeh. You ought to do some reading... This is one way to do it.... in a .cmd file. ofc you have to modify path and filename etc.@echo offfor %%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"exitIf you also have to actually run the .reg file (implement to registry) then use the following:regedit /s "%ProgramFiles%\Bsplayer\registration.reg"
Titof Posted November 20, 2005 Author Posted November 20, 2005 hum... i admit it's really simple... maybe too much lolthanks for your help boardbabe
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now