Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to open text and exe in dos?
Name: Zachery Date: March 6, 2002 at 07:33:38 Pacific
Comment:
What is the command for opening a program? Like and .exe or a .txt? Also what is the command for the basic dos text editor? Thanks- A newbie
.EXE files cannot be edited by a Text Editoe as they are in machine code and best left alone unless you know what you are doing.
Later versions of MS-DOS have a Text editor called EDIT To open a file type:
EDIT filename.txt
(Change FILENAME.TXT to file that needs to be opened)
0
Response Number 2
Name: fred6008 Date: March 10, 2002 at 04:11:42 Pacific
Reply:
.exe files can also be .COM or even .BAT files. They are files the computer runs. In each case you type the file name and press enter to run the file. Take EDIT.COM since it was mentioned. You type EDIT to run the .COM file. you also have to enter a filename to edit such as EDIT CONFIG.SYS for example. Or you might enter EDIT README.TXT to read a text file in the editor. However, if you type anything you will change the README file, so it is better to use a file reading command if you have such a utility.
Summary: Hi eso21 The only way I see how to do this is by using an old dos program that I got from an old PC magazine, it's called Say.com and it allows you to echo text and control codes to a file or the ...
Summary: hello sir, how to make use of DPMI and VCPI API's to write device drivers in DOS. How to get dpmi and vcpi drivers. if any body know where do i get i will be helpful to them. thanking you cpumashankar...
Summary: How can I use the ECHO command to write an HTML tag to a text file? I'm creating a DOS batch script to write some HTML tags to a text file. If I type [b][color=red]echo HTML > output.txt[/color][/b]...