dcromwell Posted September 14, 2004 Posted September 14, 2004 Trying something new (for me anyway) to register my programs. Will This Work?ECHO Installing AnyDVD 4.0.1.1ECHO Please wait...start /wait %systemdrive%\install\AnyDVD\AnyDVD.exe /SECHO.ECHO Installing Registration Key For AnyDVDECHO Please wait...start /wait %systemdrive%\install\AnyDVD\Key.AnyDVD /sECHO.ECHO Installing CloneDVD2 2.4.3.1ECHO Please wait...start /wait %systemdrive%\install\CloneDVD\CloneDVD.exeECHO.ECHO Installing Registration Info For CloneDVD2ECHO Please wait...start /wait %systemdrive%\install\CloneDVD\CloneDVD.reg /sNote the two registration lines. They are both .reg files (even though one is named different). I would assume this would work as I call my registry tweaks in the same manner from the command prompt, from a .bat file. I tried the key.anydvd from the command prompt and it worked just fine.One juestion though. I know the /s silently installes the .reg file (as expected). How do I automatically confirm it? ie, on anydvd I get a box that pops up that says that it has been registered and to click "OK". How do I silently confirm this?
WwTIPPYwW Posted September 14, 2004 Posted September 14, 2004 your system might not know how to handle the linestart /wait %systemdrive%\install\AnyDVD\Key.AnyDVD /sIt might not know what program to run - even if it is a reg file. Might need to rename it to .REG
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