Jump to content

Will This Work For My Applications.CMD


Recommended Posts

Trying something new (for me anyway) to register my programs. Will This Work?

ECHO Installing AnyDVD 4.0.1.1
ECHO Please wait...
start /wait %systemdrive%\install\AnyDVD\AnyDVD.exe /S
ECHO.
ECHO Installing Registration Key For AnyDVD
ECHO Please wait...
start /wait %systemdrive%\install\AnyDVD\Key.AnyDVD /s
ECHO.
ECHO Installing CloneDVD2 2.4.3.1
ECHO Please wait...
start /wait %systemdrive%\install\CloneDVD\CloneDVD.exe
ECHO.
ECHO Installing Registration Info For CloneDVD2
ECHO Please wait...
start /wait %systemdrive%\install\CloneDVD\CloneDVD.reg /s

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

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