MCT Posted June 25, 2004 Posted June 25, 2004 just wondering how i can add the following 2 my .inf fileim converting all my .cmd files to .inf IF EXIST "C:\Program files\Opera75\opera.exe" GOTO Opera1IF EXIST "D:\Program files\Opera75\opera.exe" GOTO Opera2IF EXIST "E:\Program files\Opera75\opera.exe" GOTO Opera3GOTO END:Opera1REGEDIT /S %systemdrive%\Install\Reg\opera1.reg GOTO END:Opera2REGEDIT /S %systemdrive%\Install\Reg\opera2.regGOTO END:Opera3REGEDIT /S %systemdrive%\Install\Reg\opera3.regGOTO END:END
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