QUOTE(kristofer.hoch @ Feb 17 2005, 04:50 PM)
You can't do what you are asking unless you write a program to do it. You can use Perl pretty easily for something of this nature. You can also use C/C++ (CFile).
Do you have an idea of how you want to do this (write a program, run a windows command)?
Thanks,
-----------------
Kristofer Hoch
"TIMTOWTDI (tim-toe-dee): There is more than one way to do it -- Perl Motto"
Hi there,
Apparently you want to use C/C++ being that you posted this in the C/C++ Programming forum! DOH! I should have looked first, but I am new at this bb stuff.
I have done something like this before, but it was several years ago. I did use the Win32 API, so I think I can reproduce it. It was done in C, not C++ so it should work with either compiler. Give me a bit of time to try to remember.
Thanks
-----------------
Kristofer Hoch
"int main(int argc, char *argv[]){ ... }"
Reply