view installer-files/cmdshell.bat @ 4082:dc8afa58289f

octave: update for 4.0.1-rc3 * src/octave.mk: update version, checksum
author John Donoghue
date Wed, 20 Jan 2016 12:15:48 -0500
parents 57bc5d4ff660
children cc549d1865cb
line wrap: on
line source

@echo off

set OCTAVE_HOME=%~dp0

Rem   Set up PATH. Make sure the octave bin dir
Rem   comes first.

set PATH=%OCTAVE_HOME%bin;%PATH%
set TERM=cygwin

%OCTAVE_HOME%\bin\bash.exe