comparison installer-files/cmdshell.bat @ 3963:9d402d735dd1

nsis-installer: add bash window menu if devel tools enabled * binary-dist-rules.mk: if devel tools enabled, install cmdshell.bat, fix paths that were in build tools prefix * dist-files.mk: add cmdshell.bat * installer-files/cmdshell.bat: new file * makeinst-script.sh: if cmdshell.bat exists, include in installer, and add shortcut
author John Donoghue
date Tue, 09 Jun 2015 15:12:28 -0400
parents
children 57bc5d4ff660
comparison
equal deleted inserted replaced
3962:76247f439f51 3963:9d402d735dd1
1 @echo off
2
3 set OCT_HOME=%~dp0
4
5 Rem Set up PATH. Make sure the octave bin dir
6 Rem comes first.
7
8 set PATH=%OCT_HOME%bin;%PATH%
9 set TERM=cygwin
10
11 %OCT_HOME%\bin\bash.exe
12
13