To list all the drivers on your box use the DOS command DriverQuery. Usage: C:>driverquery /? DRIVERQUERY [/S system [/U username [/P [password]]]] [/FO format] [/NH] [/SI] [/V] Description: Enables an administrator to display a list of installed device drivers. Parameter List: /S system Specifies the remote system to connect to. /U [domain]user Specifies […]
Continue reading…
Posts tagged with 'Batch files'
Associate a path with a drive letter
Use SUBST command… [sourcecode language=”cpp”]SUBST [drive1: [drive2:]path] SUBST drive1: /D drive1: Specifies a virtual drive to which you want to assign a path. [drive2:]path Specifies a physical drive and path you want to assign to a virtual drive. /D Deletes a substituted (virtual) drive.[/sourcecode] Type SUBST with no parameters to display a list of current […]
Continue reading…