PDA

View Full Version : inf files



novice
05-16-2001, 03:12 AM
I've created an .inf file to do a registry edit. Is there a way to install the file using batch commands?

RWSchlatter
05-17-2001, 01:41 AM
open WinExplorer, goto Tools>FolderOptions, select FileTypes tab, locate INF filetype.
then click button Advanced, click on commmand Install, then click button Edit.
Copy the commandline and substitute param %1 by your filename.
Good luck.

______________
Regards - Richard

novice
05-17-2001, 04:31 AM
Thanks, It worked great.