Please, try again.
I've updated that directories to make sure and run examples from
our AFS site directly as follows:
C:\>e:
E:\>cd tmp
E:\tmp>set ROOTSYS=\\Sol\afs\rhic\star\ROOT\2.09\.intel_wnt
E:\tmp>path %rootsys%\bin;%path%
E:\tmp>mkdir tutorials
E:\tmp>cd E:\tmp\tutorials
E:\tmp\tutorials>copy \\Sol\afs\rhic\star\ROOT\2.09\tutorials\hprod.C
.
1 file(s) copied.
E:\tmp\tutorials>copy \\Sol\afs\rhic\star\ROOT\2.09\tutorials\hcons.C
.
1 file(s) copied.
E:\tmp\tutorials>path
PATH=\\Sol\afs\rhic\star\ROOT\2.09\.intel_wnt\bin;C:\WNT\system32;C:\
W NT;\\HEPBURN\Users\fine\bin
E:\tmp\tutorials>start root.exe hprod.c
E:\tmp\tutorials>root.exe hcons.c
E:\tmp\tutorials>root.exe hcons.C
the current keyboard layout is 866
*******************************************
* *
* W E L C O M E to R O O T *
* *
* Version 2.00/09 8 July 1998 *
* *
* You are welcome to visit our Web site *
* http://root.cern.ch *
* *
*******************************************
CINT/ROOT C/C++ Interpreter version 5.13.62, June 21 1998
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
Welcome to the ROOT tutorials
Type ".x STAR_demos.cxx" to get a toolbar from which to execute the
STAR demos
Type ".x demos.C" to get a toolbar from which to execute the demos
Type ".x demoshelp.C" to see the help window
root [0]
Processing hcons.C...
Memory mapped file: hsimple.map
Title: Demo memory mapped file with histograms
Option: READ
Mapped Memory region: 0x18a0000 - 0x18b86a0 (0.10 MB)
Current breakval: 0x18ae000
Object Class Size
hpx TH1F 1024
hpxpy TH2F 8080
hprof TProfile 4096
root [1] CTRL-C hit !!! ROOT is terminated !
As you can see ALL names are in place as expected.
Valery