For internal use
For internal use
$install_bin_dir=/home/usr/bin $install_library_dir=/home/usr/share/$install_name
./configure cd src make install
source myscript.tcl
vmd -dispdev text -e myscript.tcl
... source /home/yxue/codelib/tcl/vmd.tcl
vmd -dispdev text # Now we are in the text console package require saltbr # Now saltbr command is available
Note: videomach is required. It is a shareware. You can download it here [videomach.rar An unlimited version is also included just for testing
set dir d:/nathan_drk
set n 1
for {set i [expr ($n-1)*10+1]} {$i <= [expr $n*10]} {incr i} {
set fndcd $dir/traj_$i.dcd
mol addfile $fndcd waitfor all
}