executing programs
Here's the problem: Make a program that takes a file (txt, whatever) from a client, sends it to the server, on which it runs WinZip. WinZip compresses the file and returns the file.zip to the client.
I saw descriptions of commands such exec, system etc, but don't know how to use them in the specific problem...
See ya!
|