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

[REBOL] Re: Pipes & rebol

From: atruter::labyrinth::net::au at: 4-Sep-2003 9:47

> VN> commandline > VN> cat pad.txt | /usr/local/bin/rebol -c piper.r | less > > Yeah, it's that path to REBOL that will be a pain, especially if you > have more than one script you're calling. :\
You could do what busybox on Linux does, have a single script that has multiple pointers to it. On Linux the pointers were symbolic links but they could just as easily be aliases. On windows I suppose .bat files could be used. Regards, Ashley