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

Author Topic: How do you run an exe file is DOS?  (Read 6473 times)

0 Members and 1 Guest are viewing this topic.

fskkck

  • Guest
How do you run an exe file is DOS?
« on: March 23, 2004, 07:25:29 AM »
I can't get into Windows, and I have to run a check on my hard drive from DOS. The instructions for the .exe file say to double-click, but of course that won't work in DOS.  

A basic but important question for someone who doesn't know DOS that well.    ???

Teknocat

  • Guest
Re: How do you run an exe file is DOS?
« Reply #1 on: March 23, 2004, 08:43:06 AM »
go to the directory that your exe is in...

e.g. if you want to run notepad.exe, in the 'windows' directory,

type cd windows
then type notepad.exe

m


Teknocat

  • Guest
Re: How do you run an exe file is DOS?
« Reply #2 on: March 23, 2004, 08:56:30 AM »
or (assuming you're trying to run notepad) just type the following:

c:\windows\notepad.exe

fskkck

  • Guest
Re: How do you run an exe file is DOS?
« Reply #3 on: March 23, 2004, 09:08:27 AM »
Thanks! It's so simple I completely forgot it from 15 years ago.