1.

Solve : Looking for a command?

Answer»

I am looking for a DOS command that will show all the technical information about the computer such as, computer`s model and processor, memory, video adapter, version of MS-DOS, mouse, etc.

In my search I found one command "MSD" which will generate a report with the above information. I have tried it and it does not seem to work. Then I noticed that it only works with MSDOS 6.0. Since I have WinXP I don't trhink it will work..

If anyone knows of any other commands that will do the above WOULD be great too.

Here is some info on the MSD command:

MSD


Type: External (6.0 and later)

Syntax:

MSD [/I][/F[d:][path][filename] [/P[d:][path][filename] [/S[d:][path][filename]
MSD [/B][/I]

Purpose: Provides detailed technical information about your computer.

Description:

MSD allows you to examine technical information about your computer in
two DIFFERENT formats. You can use the MSD interface or you can create
a report.

Detailed information about your computer`s model and processor,
memory, video adapter, version of MS-DOS, mouse, other adapters, disk
drives, LPT ports, COM ports IRQ status, terminate-and-stay-resident
(TSR) programs and device drivers will be provided.

Options

/I - Specifies that MSD not initially detect hardware. This option
should be used if you are having problems starting MSD or if it is not
running properly.

/F[d:][path]filename - Provides prompts for you to enter your name,
company, address, country, phone number, and comments, and then
creates a complete MSD report to the file you specify.

/P[d:][path]filename - Creates a complete MSD report to the file you
specify, without prompting you for information.

/S[d:][path][filename] - Creates a summary MSD report in the file you
specify, without prompting you for information. If no parameters are
specified, MSD will write the report to the screen.

/B - Runs MSD in black and white instead of color. Use this option if
MSD is not displaying properly in color.


Example

To run MSD and create a report file called INFO.TXT, enter
msd /p info.txt


---
ThanksForget about the MSD command. It didn't ship with XP. You could try dxdiag which might have all the info you need or you could write a script and drag the info out of the various WMI classes that contain the info for your specific needs.

Happy Computing Quote

Forget about the MSD command. It didn't ship with XP. You could try dxdiag which might have all the info you need


Thanks, Sidewinder but this only gave me DirectX information.

What I am trying to accomplish is create a DOS boot disk that has some kind of command utility to DIAGNOSE the computer that I have booted off the disk.

Since MSD did not ship with XP, I know I would not be able to use it if I made the DOS boot disk from XP. If I made the boot disk with a 6.22 DOS version then I should beable to use MSD, right? So where would I find this command so I could add it to the boot disk.

Regarding commands for WinXP, what about "Systeminfo" and "Msinfo32" coomands. These should work in XP, but they only exist in XP Pro. So I would need to find these files and copy them to the boot disk if I made the DOS boot disk from XP.You can get an updated free version of MSD from: http://www.mdgx.com/umb.htm SCROLL down until you find MSD.EXE v3.01.

I don't know if it runs in an environment created by a XP boot disk.

If you want to create a DOS 6.22 boot environment, you can download from here: http://www.svrops.com/svrops/dwnlddisk.htm Scroll down until you find "DOS 6.22 boot disk with CD-ROM support". Once you create the disk you can add MSD.

Good luck.


Discussion

No Comment Found