quote:
The console thing. This comes up a lot, and I really don't have the answer
A crypted.exe created with "wkxcrypt" does not create a console when it it executed. Unfortunately, the "system()" call that I use to execute the unencrypted script does create a console.

Can you use CreateProcess() instead of system() and make sure there is no creation flag for new console?

FB

[ 31. January 2003, 19:50: Message edited by: Frank Buzin ]