Jump to content

copy files?


Titof

Recommended Posts

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 :} )

Link to comment
Share on other sites


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 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

If you also have to actually run the .reg file (implement to registry) then use the following:

regedit /s "%ProgramFiles%\Bsplayer\registration.reg"

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...