Anatomy of DOS

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions Anatomy of DOS
# 1  
Old 02-09-2012
Anatomy of DOS

Hello
Where is there a good source to receive an understanding of MS DOS.
I have tried google books " MS DOS ", no luck.
i did try " command prompt " , no luck.
the subject " seems " to be dry. no water flowing in that creek.
what would be good search terms.
I would like to aim towards the Command Prompt or whatever the " true " terminology is for entering in command line commands in XP and newer Versions of Windows.
I " presume " that there is other Directories on the disk besides #C:\
These other Directories could be in the form of partitions, i do not know.
So i will point the question to the whole 110 percent of the Disk that Microsoft resides on, and just what is the true and correct terminology and way to work with the white text on black background is.
I would like to actually see with my eyeballs what there is on the Disk.

I am working towards installing Linux on a HP Mini and would like to preserve the XP and its dependencies and associates.
Thank you.

Last edited by cowLips; 02-09-2012 at 10:49 PM.. Reason: expand on question
# 2  
Old 02-10-2012
This might help:
COMMAND.COM, SHELL and COMSPEC

However, I'd install something like UWIN from AT&T Labs-Research which will give you all of your favourite, good, *nix commands in that hostile environment.

The title is odd... this is the link to AT&T Labs Research download page that includes UWIN
software download selections
This User Gave Thanks to agama For This Post:
# 3  
Old 02-15-2012
re ply to the at&t domain reference

the at&t domain seems quirky non professional and could very well be a hoax.
who knows.
thanks
# 4  
Old 02-16-2012
Quote:
Originally Posted by cowLips
the at&t domain seems quirky non professional and could very well be a hoax.
who knows.
thanks
It's not a hoax. If it makes you feel better you can walk through the layers starting at the main research site:
http://research.att.com (It's under portfolio/software tools/ast)

Just thought I'd save you the effort; next time I won't bother.

Last edited by agama; 02-16-2012 at 12:11 AM..
# 5  
Old 02-16-2012
Quote:
Originally Posted by cowLips
I would like to aim towards the Command Prompt or whatever the " true " terminology is for entering in command line commands in XP and newer Versions of Windows.
It's not DOS anymore. The current Windows prompt is Windows CMD.
Quote:
I " presume " that there is other Directories on the disk besides #C:\
These other Directories could be in the form of partitions, i do not know.
Other disks, if present, will be available as d:\, e:\, and so forth. Windows Vista and 7 and probably 8 make special recovery/boot partitions that they won't normally show you but should be visible to other operating systems.

Network paths like \\server\path\to\folder are invalid in CMD.

In Windows XP and newer, you can manually assign a drive letter to a share however:

Code:
REM assign a network folder to drive X
x: \\server\path\to\folder
REM detatch the network folder
x: /delete

In older versions, I think it's accomplished with the NET SHARE command.

Quote:
So i will point the question to the whole 110 percent of the Disk that Microsoft resides on, and just what is the true and correct terminology and way to work with the white text on black background is.
I would like to actually see with my eyeballs what there is on the Disk. I am working towards installing Linux on a HP Mini and would like to preserve the XP and its dependencies and associates.
Thank you.
Using Linux is an excellent way to do so actually, since it will not be using any of the usual Windows filters on what you see and will not restrict you from system folders.

I'd suggest booting a Knoppix livecd instead of installing Linux, at least at first, so you can get some experience with it.
# 6  
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
# 7  
Old 03-06-2012
Right-Click "My Computer" and select "Explore" and that will show you what's on the drive that is not hidden. To show what's hidden select "Tools", "Folder Options","View" and then select "Show hidden files and folder" and that will give you a complete view of the drive.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
Login or Register to Ask a Question