go to your start button. select "run". type "cmd" in the box and hit enter. CMD stands for command prompt. Type exit in the window to close it.
2007-09-23 09:58:37
·
answer #1
·
answered by outaplace 1
·
0⤊
0⤋
Don't get answer 1. Answers 2 and 3 discuss how to RUN a DOS program. But you asked about viewing the source. That is a much more difficult task. You'll need to decompile the program and you usually need to know what language it was written in. Also most decompilers break a program down to machine code and then you need to get it to the actual language. It can be done in most cases, but it is very difficult. Also, some compilers allow the programmer to lock the code. Hope this helps.
2007-09-23 10:49:53
·
answer #2
·
answered by WarthogPlt 2
·
1⤊
0⤋
You cannot see the source code in an executable as it has been compiled into machine code. You can view the executable as assembly code using a disassembler but unless you're a programming whiz then you won't be able to make head nor tail of it.
2007-09-23 10:18:50
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
HEllo, to view ms dos you either:
Go to start, run and type in: command
restart computer and look in the corner of the screen it may say for example press f1 or f2 and it might open the ms dos.
Hope this works.
2007-09-23 09:58:58
·
answer #4
·
answered by Ghost Eye 1
·
0⤊
0⤋
Sure, just load it into notepad. Whether you can make sense of it or not will depend on whether it's a batch file or basic, or whether it's compiled code. If it's compiled, then you'll need to know the source language and get a decompiler.
Cool, huh ???
2007-09-23 10:05:00
·
answer #5
·
answered by snvffy 7
·
0⤊
0⤋
Try (from a command box):
"type whatever_your_program_is_called.exe"
You'll see some strings inside the exectuable, but you'll not get hold of the source unless the original coder wants to send it to you.
2007-09-23 10:20:06
·
answer #6
·
answered by Steve C 5
·
0⤊
0⤋
You need a decompiler programme for this, and then it may not be possible to view the whole source.
2007-09-23 09:59:29
·
answer #7
·
answered by Anonymous
·
1⤊
0⤋
go to command promt, and type edit then the file name you want to look at.
2007-09-23 09:57:46
·
answer #8
·
answered by Curlylox 2
·
0⤊
0⤋
start -acessory-ms dos
2007-09-23 09:56:44
·
answer #9
·
answered by alex a 6
·
0⤊
0⤋
with NC
2007-09-24 01:37:09
·
answer #10
·
answered by Anonymous
·
0⤊
0⤋