Microsoft Package Install

From within a power shell, create a directory for the *.exe executables or use an existing directory that is already in your execution path. For example:


{vlist2b}
unzip BSU_EXEC-3.0.2.zip
vlist2b


This will install the static built executables (*.exe files). You will also need to install the Microsoft Windows package for Gnuplot if the graphics are to work. Installing Mingw32 will add additional tools that may be of use, but is optional. You can modify the execution path with a *.ps1 file: Documents\PowerShell\path.ps1. For example, path.ps1 could contain this:

 $env:path +=';H:\MingW\bin;H:\MingW\msys\1.0\bin;H:\gnuplot\bin;H:\EXEC'