Extract dos program

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
harryhoogvliet
Posts: 4
Joined: 18 Feb 2013 07:47

Extract dos program

#1 Post by harryhoogvliet » 18 Feb 2013 07:58

Dear all,

I have a Dos program that makes calculations for me, but this is a very very very old program and i want to know what the formules are in the program. The only thing i get are question to make a calculation but where the are based on is a big clou for me.

I hope any can help me or give me an answer how to look into the formules in the dos program.

When i open the folder where the dos program is in i see a lot of files can i see in what file the formules are and can i open them with a special program ?

I hope any one can help me with this !!!

Thnka You
Harry Hoogvliet

abc0502
Posts: 1007
Joined: 26 Oct 2011 22:38
Location: Egypt

Re: Extract dos program

#2 Post by abc0502 » 18 Feb 2013 08:04

is it exe files ?
if it was .bat open with notepad, but exe cann't be read unless you have the source code.
you can search for the source code you will find it if it was open source.

harryhoogvliet
Posts: 4
Joined: 18 Feb 2013 07:47

Re: Extract dos program

#3 Post by harryhoogvliet » 18 Feb 2013 08:11

And how can i see what the source code is ? i have a exe file that i am opening with dosbox on my windows 7 computer.
But is the source file allways a .bat file ? or can that be diffrent types of extension ?

abc0502
Posts: 1007
Joined: 26 Oct 2011 22:38
Location: Egypt

Re: Extract dos program

#4 Post by abc0502 » 18 Feb 2013 08:16

source file depends on the language it was written in, it could be .c or .cpp ..etc,
.bat files is called batch files and this is what we create here in the forum, it uses dos commands like copy, move, del .. etc

harryhoogvliet
Posts: 4
Joined: 18 Feb 2013 07:47

Re: Extract dos program

#5 Post by harryhoogvliet » 18 Feb 2013 08:28

I have the following extensions .dat/ .ovr/ .tpu/ .vas/ .pas/ .bgi/ .auw en .lib
Does this help or not ?

abc0502
Posts: 1007
Joined: 26 Oct 2011 22:38
Location: Egypt

Re: Extract dos program

#6 Post by abc0502 » 18 Feb 2013 08:30

no, i don't think you will be able to see the formules

harryhoogvliet
Posts: 4
Joined: 18 Feb 2013 07:47

Re: Extract dos program

#7 Post by harryhoogvliet » 18 Feb 2013 08:34

Ok, and there is no other way ?

I am a little stuck here...

abc0502
Posts: 1007
Joined: 26 Oct 2011 22:38
Location: Egypt

Re: Extract dos program

#8 Post by abc0502 » 18 Feb 2013 08:38

your problem is not related to this forum "batch files" :(
you can try in more technical related forums like stackoverflow.

Post Reply