Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: what is the command for "read cd-rom?"  (Read 3203 times)

0 Members and 1 Guest are viewing this topic.

danny lam

  • Guest
what is the command for "read cd-rom?"
« on: April 08, 2004, 09:48:45 AM »
hey guys,

what is the command in dos 6.22 for ("read cd-rom?")

Doomsday_J

  • Guest
Re: what is the command for "read cd-rom?&quo
« Reply #1 on: April 08, 2004, 10:30:42 AM »
What exactly are you trying to do? If you are trying to access your CDrom Drive just type the drive letter in the command line.

C:\>D:
or
C:\>E:

This will put you in your CDrom drive, then do a DIR command to find the file you are looking for. IF you are looking to run a program from the CDROM, type the drive letter and the name of the program.

C:\>D:\program.exe
or
C:\>D:\setup.exe
Something of that nature