Using DOS Applications

G

Guest

I have a dos application but I cannot access it. When I am in the dos prompt and type in to open up drive "d" I get the following message: " 'd' is not recognized as an internal or external command, operable program or batch file." What can I do to access the cdrom drive and the zip drive while I am in DOS?
 
R

Rob Schneider

Mike said:
I have a dos application but I cannot access it. When I am in the dos prompt and type in to open up drive "d" I get the following message: " 'd' is not recognized as an internal or external command, operable program or batch file." What can I do to access the cdrom drive and the zip drive while I am in DOS?

Make sure these drives are mapped to a letter, e.g. d: and e: (or
whatever). Look in Explorer first.

In a command prompt box, you can change to these drives by entering the
drive letter followed by a colon, e.g. d: without the colon it is
considering these letters as commands, and since these commands or
programs aren't in the local folder or found on the path, you get that
error message back.
 
D

David

I have a dos application but I cannot access it. When I am in the dos
prompt and type in to open up drive "d" I get the following message:
" 'd' is not recognized as an internal or external command, operable
program or batch file." What can I do to access the cdrom drive and
the zip drive while I am in DOS?

The proper syntax to access another drive is "x:" where x is the drive
letter you need to access. Looks like you forgot the colon ":"

--

David

Programmers write "Help Files" for a reason. use them.

"Due to Viewer dicretion...
Graphic violence is advised"

http://www.HeroicStories.com/
http://www.thisistrue.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

DOS not working 4
chkdsk command will not work 1
Dos commands in windows XP SP2 2
Help 4
DOS Program 4
MS-DOS error with the edit command 1
Command-line Tools Are Not Recognized 7
Installing IIS for Win XP 3

Top