From: Jerry Mr Date: 2009-10-07T05:29:40+09:00 Subject: How to not display output of a system call. Lets say I have a Windows command line program that runs the following: system("del *.txt") How do I NOT display the output from the del command? Thank you. -- Posted via http://www.ruby-forum.com/.