Jump to content

Recommended Posts

Posted

just wondering how i can add the following 2 my .inf file

im converting all my .cmd files to .inf :)

IF EXIST "C:\Program files\Opera75\opera.exe" GOTO Opera1
IF EXIST "D:\Program files\Opera75\opera.exe" GOTO Opera2
IF EXIST "E:\Program files\Opera75\opera.exe" GOTO Opera3
GOTO END

:Opera1
REGEDIT /S %systemdrive%\Install\Reg\opera1.reg
GOTO END

:Opera2
REGEDIT /S %systemdrive%\Install\Reg\opera2.reg
GOTO END

:Opera3
REGEDIT /S %systemdrive%\Install\Reg\opera3.reg
GOTO END

:END


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