view installer-files/cmdshell.bat @ 4097:62e60aa89275

of-windows: update to v1.2.3 * src/of-windows.mk: update version, checksum * src/of-windows-1-fixes.patch: removed * dist-files.mk: removed src/of-windows-1-fixes.patch * build_packages.m: update windows version
author John Donoghue
date Thu, 25 Feb 2016 07:40:44 -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