Noob question involving dos

Sep 2, 2004
128
0
0
How do i open a file in dos. I booted up using ms-dos, then inserted a floppy with a file named ghost. How do i open it, with what command exaclty?
 

bendixG15

Diamond Member
Mar 9, 2001
3,483
0
0
You change directory to the location of the file.
Files with extensions .exe - .com - .bat are "opened"
by typing the name of the file.

 

pcgeek11

Lifer
Jun 12, 2005
22,228
4,932
136
Originally posted by: Coro Dominicano
How do i open a file in dos. I booted up using ms-dos, then inserted a floppy with a file named ghost. How do i open it, with what command exaclty?


Type This Command- " A:\ghost " without the quotes, then press the enter key.

pcgeek11
 

rmrf

Platinum Member
May 14, 2003
2,872
0
0
do you want to edit the file, or execute the file?

to edit, type: edit ghost

to execute, follow pcgeek11's advice.