From: mail02@... (Frank Benoit) Date: 2002-01-02T06:24:59+09:00 Subject: [ruby-talk:29991] Execing command with backquotes Hi I tried to do something like cmd = "xcopy /s /e c:\\A\\*.* c:\\B" msg = `cmd` ...... But the programm hangs. After pressing Control-C 2 times Windows says: A process tries to write onto a not existing pipe. (I tried to translate this, not the original message) Thx for help