view installer-files/cmdshell.bat @ 4161:22c899db98b5

build-bison: Update to 3.0.4
author John W. Eaton <jwe@octave.org>
date Thu, 30 Jun 2016 17:23:05 -0400
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