Jump to content

How do I install doshere.inf silently?


drscouse

Recommended Posts

Have done a quick search, and only found that inf (usually for drivers) install from the winnt.sif, which I knew...

Is there a way I could install the doshere.inf (Command window here.. but I have customised the actual menu name) I have from the ROE script, or even cmdlines.txt??

Cheers

Link to comment
Share on other sites


Use reg file ...

and regedit /S TheReg.reg in your cmdlines.txt ...

REGEDIT4

;Invite de commandes
[HKEY_CLASSES_ROOT\Drive\Shell\cmd]
@="Invite de commandes"

[HKEY_CLASSES_ROOT\Drive\Shell\cmd\command]
@="cmd.exe /k \"cd %L\""

[HKEY_CLASSES_ROOT\Directory\Shell\cmd]
@="Invite de commandes"

[HKEY_CLASSES_ROOT\Directory\Shell\cmd\command]
@="cmd.exe /k \"cd %L\""

Edit the name & co ... (french here ;) )

Goodbye.

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