Results 1 to 2 of 2

Thread: Running a file from MS-DOS.

  1. #1
    clodey65 is offline Senior Member
    Join Date
    Dec 2008
    Posts
    187
    Rep Power
    4

    Default Running a file from MS-DOS.

    I am a MS-DOS user? How can I run a file from MS-DOS in my computer for working over it?

  2. #2
    brendin44 is offline Senior Member
    Join Date
    Dec 2008
    Posts
    180
    Rep Power
    4

    Default

    For running a file from MS-DOS you must first run an executable file, which are like .exe, .bat, or .com files. If you are unsure about what the files in the current directory are using the dir command can also list all the files in the present directory. If you only desire to view the executable files you can just type the below command at the MS-DOS prompt to list .exe files, or replace .exe with .bat or .com to see those files in the present directory.

    dir *.exe
    Once you have strong-minded the name of the executable file you wish to run, and then type the name of the executable file at the MS-DOS prompt.

    If you are not able to see the file which you desire to execute or receiving an error such as "bad command or file name" it is likely that the file you're trying to execute is not in the directory you're presently in. Move to the directory of the executable file and attempt to execute the command again.

    cd\docume~1\hope\desktop
    Otherwise in some cases if you're presently in the user name directory of the documents and settings you can just type the below given command.

    cd desktop
    At last, it is important to understand that when running an executable file from a MS-DOS shell that the program will immobile make use of Windows to run. If you wish to run any other file types you can use the MS-DOS start command and type: "start name_of_file" where name_of_file is the files name.

Similar Threads

  1. C not running in XP
    By AndersonDiaz in forum Windows XP
    Replies: 1
    Last Post: 07-07-2010, 03:41 PM
  2. Similar to the sound of running the system file
    By ThomasBarnes in forum Sound Card
    Replies: 2
    Last Post: 06-19-2010, 11:22 AM
  3. 3G course running
    By ThompsonHarris in forum Networking Jargons
    Replies: 2
    Last Post: 02-04-2010, 05:32 PM
  4. Running MS DOS from XP
    By AndersonDiaz in forum Windows XP
    Replies: 0
    Last Post: 01-23-2010, 12:51 PM
  5. Windows XP not running file
    By gorden in forum Windows XP
    Replies: 0
    Last Post: 02-12-2009, 06:40 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48