I have a client/ server program written i c language, a client can send and receive .txt documents to the server, i wish to Open the file received to visualize it with command nano For example, inside the running process:
Something like this: Exec( nano, "file-to-Open.txt") but i dont know how to do do this), can You help me?
Sorry For my english Thank's a lot