At a number of occasions, Windows Hosting professionals want to delete certain files or user profiles during the use of certain functions. DOSKEY/DRIVERQUERY are two such commands that help hosting people to do so. Let’s find the syntax.
- DOSKEY:
- Recall and edit commands at the DOS prompt, and create macros. You cannot run a Doskey macro from a batch file.
- DRIVERQUERY:
- Display a list of all installed device drivers and their properties.
Syntax : DOSKEY [options] [macroname=[text]]
Syntax : driverquery [/s Computer] [/u Domain\User /p Password][/fo {TABLE|LIST|CSV}] [/nh] [/v] [/si]

