<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-2022-jp">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="MS UI Gothic" size=2>Hi.</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2>I begin vizualization of CPMD with Axel
home page.</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2>Though this page is easy to understand, I
have struggle with secion 3.3 titled Extending the Script and Plugin Search
Path.<FONT size=3> </FONT></FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2>I have installed VMD1.8.3 Windows version
by the defalut option. </FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2>Where should I locate vmd.rc for being
additional Tcl scripts (=subroutines) and plugins avaliable for
Windows?</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2>I have get the error that Couldnt
found additional Tcl scripts and plugins.</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2>What is worng?</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2>I have added the scentence of the
following in vmd.rc and located vmd.rc in My Document directory.</FONT></DIV>
<DIV><PRE>//////////////////////////////////////////////////////////////////////</PRE><PRE># search for new/updated molfile plugins in $HOME/vmd/plugins/$VMDARCH/molfile
# type 'vmdinfo arch' to find your name for $VMDARCH
vmd_plugin_scandirectory [file join $env(HOME) vmd/plugins [vmdinfo arch] molfile] *.so
# add local (autoloaded) scripts to the search path
set auto_path [concat $env(HOME)/vmd/scripts/tcl $auto_path]
# command extensions (e.g. vmd_draw_vector) have to be sourced
foreach ext [glob -nocomplain $env(HOME)/vmd/scripts/extensions/*.tcl ] {
source $ext
}
unset ext
//////////////////////////////////////////////////////////////////////</PRE></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2>Then made </FONT><FONT
face="MS UI Gothic"><FONT size=2>directories named <STRONG>vmd/scripts,
vmd/scripts/tcl, vnd/scripts/extensions, and plugins, </STRONG>respectively in
My Document directory,</FONT></FONT></DIV>
<DIV><FONT face="MS UI Gothic"><FONT size=2> and moved addtional files to
those directories.</FONT></FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2>Junichi kato</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2> </FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV></BODY></HTML>