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

Windows Information Passing

 [1/1] from: learned::talentsinc::net at: 29-Aug-2001 12:52


I am in a windows environment, and am looking for a way to pass information into a REBOL script via a pipe, as in: ipconfig /all | rebol foo.r where foo would process the input from the pipe. Is this possible, or do I need to use intermediate files? A second option would be for the REBOL script to execute the ipconfig internally and get the information back. Thoughts or ideas? Thanks