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