help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Space in windows' user path


From: ayapos
Subject: Re: Space in windows' user path
Date: Sun, 17 Feb 2019 01:09:33 -0600 (CST)

Hi!

I've finally found a (naughty) workaround. I just override the TMPDIR
environment var (which may not exist) so that tempdir.m finds it. Here the
.bat file:

@ECHO OFF
set TMPDIR=C:\Octave\
start octave.vbs

It's not very nice to do so, but it works.

A. Herbert



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]