Terrence Brannon wrote: >Could someone please fix this? It hung my interpreter: > >REBOL [ > Title: "DOS-REBOL File Name Conversion Routines" > File: %dosbol.r > Author: "Terrence Brannon" > Email: [EMAIL PROTECTED] Try this: do http://www.bigfoot.com/~brian.hawley/rebol/to-rebol-file.r Not only will it solve your parse problems but it will let you support the other REBOL platforms as well. I use it every day in my own scripts, on many platforms. It's fast, too. I just updated it to support MacOSX, QNX RTP and Tao Elate but the last two may not work right. Does QNX RTP use Unix-style filenames like the other QNX's? Does Tao Elate use Amiga-style, Unix-style or something new? Brian Hawley