View Single Post
Old 06-15-11, 06:46 PM   #5
Madox58
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

It is fairly simple to place a 'call' in any exe file to do what you want.
This 'call' would execute any outside program as you want it to.
Or it can be embedded if you so wish.
It's nothing a fairly smart person can't figure out in roughly a weekend.
All the source code to do things like this can be found in about an hour or less.
You do need to know some sort of codeing to start with.
C++ is a big help as it is the fastest code wise for doing inserts and is nearly bullet proof.
The outside programing code can be anything you wish for the most part.
I suggest Lua or Python.
The advantage to Python as you can create exe stand alones with it.
  Reply With Quote