Is there anyway that I can load a *.bat file into my project? Ok, here's what I've got. My program creates a batch file, and executes it. Instead of having the .bat file open outside of my program, I would like it to acctually open inside my program. If possible I would like to just have my program do what the batch file does. So I guess this is question #2. Is there anyway that I can have my program execute DOS commands but not open a dos window?



If I confused anyone I'm sorry.. Just cant think of any other way to explain it. Any and all help is appreciated.