Hi everyone,
this is my first post. I'll try to be concise.
It's been a while since I've worked with C++, since I usually work in Java. I'm writing a program that I want to have run in the background while the system (Windows XP) starts up. But I want it to be invisible, e.g., not have the DOS command window appear.
The program is in C++ (Borland C++ 3.1, old history!). Of course, it does not include any output to the screen, only works with files.
Thanks to anybody who can provide any insight!!