Sponsored Content
Full Discussion: Anatomy of DOS
Special Forums Windows & DOS: Issues & Discussions Anatomy of DOS Post 302599645 by methyl on Friday 17th of February 2012 05:19:08 PM
Old 02-17-2012
On the Google front, it's spelt "MS-DOS".
MS-DOS - Wikipedia, the free encyclopedia

There is extensive to the point of exhaustive documentation available from Microsoft.
Just use Google Advanced Search and the term "MS-DOS" confined to the domain "microsoft.com".
One hit is this overview of the MS-DOS Command Prompt in Windows XP:
Microsoft Corporation

After you break out to the Command Prompt with Start/Run/cmd, just type "help" to get a list of available commands. You can then get further help with "commandname /?" or "help commandname".

Hope this will get you started.


Ps: If you want to see everything which is on the C:\ partition from the MS-DOS Command Prompt in Windows XP:
Code:
dir c:\ /s /p

On a mature Windows XP system there will be over 100,000 files.
Enjoy.

Pps. Finding all the disc partitions (where there is more than one) is easier with the standard Windows "My Computer" link to "Windows Explorer".

Last edited by methyl; 02-17-2012 at 06:32 PM.. Reason: evolving post
 

10 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

What if I have a really, really, really, old DOS?

Lately I've been trying to fix a 1991 Packard Bell, it's been running fine, but it's eating my memory for fun and taking away my pages. Is it worth my time trying to fix it, and is it possible to put new programs on it? thank you (9 Replies)
Discussion started by: Saz43
9 Replies

2. Windows & DOS: Issues & Discussions

DOS Keys not working

Hi, In my MSDOS version on windows'98, many keys are not working. I feel that my version is old and I wnt to update it. Can anyone tell me how can i do so. Please tell me soon. Thanks a lot. -Kinnaree :confused: (1 Reply)
Discussion started by: kinnaree
1 Replies

3. UNIX for Dummies Questions & Answers

DOS to Unix translator

I know nothing of unix and didn't know where to start. I've heard of a DOS to Unix translator, and since I know DOS pretty well, I thought that this program would be perfect. Any help you could give me would be appreciated. Bryan (1 Reply)
Discussion started by: bferguson
1 Replies

4. Windows & DOS: Issues & Discussions

Viruses sneeking through MS-DOS?

I had just recently experienced, a bad experience... Apperently, a worm got into my computer a created itself in my MS-DOS. No serious damage was done, but I did a little study on it, through my computer. The virus got thought my scan, by coding itself as an HTML file. Don't know why it did that,... (2 Replies)
Discussion started by: hdk_mkr
2 Replies

5. UNIX for Dummies Questions & Answers

DOS command for ps

I have navigated every DOS and UNIX FAQ to find the DOS equivalent of the UNIX ps command (ps -f would be even better) but all listings of DOS<>UNIX commands do not have it (they all have the same basic commands listed). DOS must have a way of detecting running processes and TSRs. mem /c is the... (7 Replies)
Discussion started by: dancingfool
7 Replies

6. Windows & DOS: Issues & Discussions

Ms-DOS Download

Please where can i get the origanal MS-DOS, I need it. Not mandatory but botting from a floppy is best. (9 Replies)
Discussion started by: Irish Jimmy
9 Replies

7. Shell Programming and Scripting

how I change dir in dos

Hi I have a dos batch file in window server where I call a cmd command for creating some db. this cmd commad is located in e:\data\abcd\xyz.cmd. Now I call this batch file from unix ssh.sh but my access point is D in window server here I want to change the dos prompt to e:\data\abcd. in... (3 Replies)
Discussion started by: Jamil Qadir
3 Replies

8. Linux

dos-path / un-dos-path compatibility with cygwin

Hello ; I have a problem running some script on dos . when i run : C: ls /temp ls: cannot access /temp: No such file or directory but when i run C: ls \temp windriver backup remotebackup also when i run C: ls temp windriver backup remotebackup The... (4 Replies)
Discussion started by: mulder20
4 Replies

9. Linux

Dos shell

Dear all, I am trying to write a unix shell with C++ that is similar to Windows command line. I planned to call it Dosh (DOS-sHell).That means you can directly run dos or win32 console programs with it. It will be distributed according to the license g GPL. Any advice? (This is my first c++ program... (3 Replies)
Discussion started by: elgarteo95
3 Replies

10. Cybersecurity

What I think is a DoS attack

About 3 days ago our Apache logs started filling with the following errors: mod_ssl: SSL handshake failed (server <weberver>:443, client 41.235.234.172) (OpenSSL library error follows) OpenSSL: error:1408A0B7:SSL routines:SSL3_GET_CLIENT_HELLO:no ciphers specified These initially were... (1 Reply)
Discussion started by: ccj4467
1 Replies
TESTDISK(8)						       Administration Tools						       TESTDISK(8)

NAME
testdisk - Scan and repair disk partitions SYNOPSIS
testdisk [/log] [/debug] [/dump] [device|image.dd|image.e01] testdisk /version testdisk /list [/log] DESCRIPTION
TestDisk checks and recovers lost partitions It works with : - BeFS (BeOS) - BSD disklabel (FreeBSD/OpenBSD/NetBSD) - CramFS, Compressed File System - DOS/Windows FAT12, FAT16 and FAT32 - HFS and HFS+, Hierarchical File System - JFS, IBM's Journaled File System - Linux ext2/ext3/ext4 - Linux Raid RAID 1: mirroring RAID 4: striped array with parity device RAID 5: striped array with distributed parity information RAID 6: striped array with distributed dual redundancy information - Linux Swap (versions 1 and 2) - LVM and LVM2, Linux Logical Volume Manager - Mac partition map - Novell Storage Services NSS - NTFS (Windows NT/2K/XP/2003/Vista/...) - ReiserFS 3.5, 3.6 and 4 - Sun Solaris i386 disklabel - Unix File System UFS and UFS2 (Sun/BSD/...) - XFS, SGI's Journaled File System It can undelete files from - DOS/Windows FAT12, FAT16 and FAT32 - Linux ext2 - NTFS (Windows NT/2K/XP/2003/Vista/...) OPTIONS
/log create a testdisk.log file /debug add debug information /dump dump raw sectors /list display current partitions SEE ALSO
fdisk(8), photorec(8). AUTHOR
TestDisk 6.13, Data Recovery Utility, November 2011 Christophe GRENIER <grenier@cgsecurity.org> http://www.cgsecurity.org 2011 November TESTDISK(8)
All times are GMT -4. The time now is 11:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy