Jump to content

BURSTCOPY


Recommended Posts

Yea using this for 2 years the best copy program around.

http://www.burstcopy.com/

for RunOnceEx.cmd

REG ADD %KEY%\012 /VE /D "BurstCopy 2.700 Build 6921" /f

REG ADD %KEY%\012 /V 1 /D "%systemdrive%\install\BURSTCOPY\BurstCopy2.700Build6921.exe /VERYSILENT /NORESTART " /f

REG ADD %KEY%\012 /V 2 /D "REGEDIT /S %systemdrive%\install\BURSTCOPY\register_original.reg" /f

register_original.reg
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\BurstCopy Labs\BurstCopy\Authentication]

"BurstCopy v2 Serial"=" serial"

"BurstCopy v2 User"="user"

P.S.

Just register the program before and then export the .reg file

Link to comment
Share on other sites


Yea using this for 2 years the best copy program around.

http://www.burstcopy.com/

for RunOnceEx.cmd

REG ADD %KEY%\012 /VE /D "BurstCopy 2.700 Build 6921" /f

REG ADD %KEY%\012 /V 1 /D "%systemdrive%\install\BURSTCOPY\BurstCopy2.700Build6921.exe /VERYSILENT /NORESTART " /f

REG ADD %KEY%\012 /V 2 /D "REGEDIT /S %systemdrive%\install\BURSTCOPY\register_original.reg" /f

register_original.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\BurstCopy Labs\BurstCopy\Authentication]"BurstCopy v2 Serial"=" serial"

"BurstCopy v2 User"="user"

P.S.

Just register the program before and then export the .reg file

the username and key seems to change from the actual imput.do i have to replace those things with the original input. :(

Link to comment
Share on other sites

hey man. i checked out the website and what they are claiming is pretty cool? can u tell me what the real life performance improvement from this software is? and is there any way i can measure the before/after effects of this program?

thx

danish

Link to comment
Share on other sites

example one 700MB cd copying to the hard drive takes 2min 40 sec.

For the username and serial they differ from what you enter in the program, you must export the register file from your register located in

[HKEY_LOCAL_MACHINE\SOFTWARE\BurstCopy Labs\BurstCopy\Authentication]
Link to comment
Share on other sites

  • 3 months later...
  • 1 year later...
[quote name='--=ddSHADOW=--' post='232601' date='Dec 10 2004, 04:59 AM']the new way for registration with AutoIt

[quote]
Run("C:\Program Files\BurstCopy\BurstCopy.exe")

WinWaitActive("BurstCopy")
Send("{ALT}P")
Send("R")
Send("name{TAB}serial{TAB}{ENTER 2}")
WinClose("BurstCopy")[/quote]
[/quote]
Script not work, sorry.
Link to comment
Share on other sites

just for ya

[quote];------------------------------------------------
;DELETE OLD REGISTRATION
;------------------------------------------------
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\BurstCopy Labs\BurstCopy\Authentication", "BurstCopy v2 Serial")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\BurstCopy Labs\BurstCopy\Authentication", "BurstCopy v2 User")
;------------------------------------------------
Run(@ProgramFilesDir & '\BurstCopy\BurstCopy.exe')
Sleep (2000)
;if WinActive("BurstCopy") then
AutoItSetOption("WinTitleMatchMode", 4)
if WinActive("classname=TMainForm") then
Send("{ALT}P")
Send("R")
Send("name{TAB}SERIAL{TAB}{ENTER 2}")
WinClose("BurstCopy")
else
if WinActive("classname=TEndOfTrial") then
Send("R")
Send("name{TAB}SERIAL{TAB}{ENTER 2}")
WinClose("BurstCopy")
endif
endif
WinClose("BurstCopy")
exit[/quote]

No new version in a long time i also forgot where i have my product key :wacko: i think this project is dead so i wont make any new script.

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