view installer-files/cmdshell.bat @ 4102:3e78f9bcd779

pkg-install: add -no-cleanup option * tools/pkg-install.py: add a no cleanup option to not delete temp files after building package
author John Donoghue
date Mon, 14 Mar 2016 08:09:34 -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