Contact: aviboots(AT)netvision.net.il
39,890 questions
51,817 answers
573 users
#include <process.h> int main(void) { system("type d:\output.txt"); char ch = getchar(); return 0; } /* run: text in text file */