Re: Calling A C++ program

2003-11-13 Thread Dan Anderson
That sounds like a shell scripting problem. All you'd need to do is create a string like: mktrace file1 file2 & mktrace file3 file4 & etc... At least that would work under *nix. & backgrounds the process.. So you could create a long string of files and calls to mktrace (assuming mktrace suppor

Calling A C++ program

2003-11-13 Thread Quang Nguyen
Hello All, I need to write a program to call a C++ program (mktrace). The program ask for an input file and then it ask for output file. I have 1000 files that want to input and I do not want to do one at a time. QKN -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: