I was wondering how I could hide output from a console window. I'm creating a newsupdating script and use:
Code:
system ("ftp -s:filename.txt");
to upload the file, but I want to hide the output of the ftp program.. And only show "Uploaded successfully" when the file has been uploaded..

I have no idea where to start.. I'm a beginner so, help is very welcome..