view installer-files/cmdshell.bat @ 4176:a543952ed731

set usermodelappid for octave-gui shortcut (Bug #47527) * tools/makeinst-script.sh.in: use win7appid to set appid of gnu.octave on shortcut.
author John Donoghue
date Wed, 20 Jul 2016 08:19:39 -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