I wouldn't expect it to work in windows console / dos box either. For example, I tried to do CD in a dos box (console session under NT) and got this message:
... is an invalid current directory path. UNC paths are not supported. Defaulting to Windows directory. Maybe change-dir depends on an OS current directory. Brett. ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "REBOL" <[EMAIL PROTECTED]> Sent: Friday, April 19, 2002 9:12 PM Subject: [REBOL] Network path I was searching in mailing-list how to manage network-shared dirs (e.g.: \\computername\dir\file.ext). The answer was the following: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ On Tue, Mar 05, 2002 at 04:55:11PM +0100, READYSOFT, H.Knoblauch, wrote: > Dear List, > > how can I read such a file \\computername\path\file.ext ? %/computername/path/file.ext ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ok... it functions. But why does not function the following code? change-dir %/computername/path/ --Alessandro-- -- Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f Sponsor: Prova il brivido della F1, con le leve Ferrari e il volante Thrustmaster! Ideale per giocare in simulazione sportiva con giochi di corse automobilistiche e rally Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=361&d=19-4 -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
