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: Nicholas Jankowski
Subject: Re: Space in windows' user path
Date: Sun, 17 Feb 2019 11:00:29 -0500

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



Curious, before running anything else, what is the output on a new command line from:

set t



reply via email to

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