Hello all

I am attempting to make quiet system calls from C++ in order to run a batch file without the user knowing. I am going to eventually make this cross platform (windows and linux) although for now i am currently looking for a windows solution.

So I guess i'm looking for two things...
1. To call a program from windows without the user knowing
2. C++ program to pause until the system call has completed

Ideas?