Menu

GNUplot

Juan Jose Pablos

Last modified 5 years ago Last modified on 03/01/10 00:01:22

gnuplot.bat

:: OPTIONAL: Install GNUplot

:: URL|ALL|http://downloads.sourceforge.net/gnuplot/gp423win32.zip|packages/gnuplot/gp423win32.zip

:: Unzip the above file into packages\gnuplot\

todo.pl "shortcut.pl """%ProgramFiles%\gnuplot\bin\wgnuplot.exe""" """special:AllUsersPrograms\GNUPlot\GNUPlot""""

todo.pl "shortcut.pl """%ProgramFiles%\gnuplot\bin\wgnuplot.hlp""" """special:AllUsersPrograms\GNUPlot\GNUPlot Help""""

todo.pl "xcopy %Z%\packages\gnuplot\gnuplot\* """%ProgramFiles%\gnuplot""" /s /r /y"

todo.pl "if not exist """%ProgramFiles%\gnuplot""" mkdir """%ProgramFiles%\gnuplot""""

gnuplot.bat

:: OPTIONAL: Install GNUplot

:: URL:ALL:http://www.ctan.org/tex-archive/graphics/gnuplot/gp373w32.zip|packages\gp373w32.zip

:: Unzip the above file into packages\gp373w32\

:: Just a quick manual installation for now.

if not exist "%ProgramFiles%\gnuplot" mkdir "%ProgramFiles%\gnuplot"

xcopy %Z%\packages\gp373w32\* "c:\program files\gnuplot" /s /r /y

:: FIXME: these two lines should be done by shortcut.pl

if not exist "%AllUsersProfile%\Start Menu\Programs\GNUplot.lnk" copy %Z%\packages\gp373w32\gnuplot.lnk "%AllUsersProfile%\Start Menu\Programs\GNUplot.lnk"

if not exist "%AllUsersProfile%\Start Menu\Programs\GNUplot help.lnk" copy %Z%\packages\gp373w32\gnuplot.lnk  %AllUsersProfile%\Start Menu\Programs\GNUplot help.lnk"

Related

Wiki: Scripts

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.