Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Problems using CALL command

From: ale870::gmail at: 16-Jul-2007 7:57

Hello, I think a lot of people already discussed about this problem, but over internet, forum, etc... I could not find any resonable solution. The problem is Rebol open a new command window every time I call that command, eve if I want to redirect in/out/err somewhere else. I found a solution for Windows, since someone wrapped a dll function to directly call an external command. But... is there any way to solve it inside Rebol self (a method that works in Win, Linux, Mac)? Does Carl modify this function to work in a different way for Rebol 3.0? This is very important for me, since I'm creating a shell using Rebol, but it is very annoying to see a new command window everytime a call a ""ping" command! :-) Thank you! -- --Alessandro