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

[REBOL] Re: call problems

From: maarten:vrijheid at: 16-Oct-2003 7:58

Hi Gregg, The more elaborate approach. I have a built an installer for Stunnel and openssl with REBOL that unpacks all the binaries, asks for your certificate and converts it to a different format. To see if that works I need the iutput of openssl, but 'call crashes then (sometimes). Another option may be to use call/shell {openssl.exe ... > out.txt} and do a wait :3 , but that's rather ugly. BTW: now that people see a small, scriptable cross-plarform installer than Java I got people thinking. --Maarten