PDA

View Full Version : automatically open file/run on program start PLEASE HELP!!!


pig
03-03-2007, 12:24 PM
Hi
I'm hope that someone can help me with this. I'm currently trying to modify a windows application that is compiled and I have not the source code for it.

What i need to do is when the aplication is executed it will additionally do this by itself:
1. open file(script) -it's an application working with scripts
2. start -start the script

Any ideas on the best way to do it?

Devine9
03-05-2007, 09:00 AM
It would be simple enough to write a simple wrapper to open the program as a child process. I do hope that you are not requesting help with virus/trojan execution.

-DR