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: Sat, 16 Feb 2019 21:18:44 -0500

A much better workaround.  Save the four lines below into a 'pathfix.bat' file and use it to start Octave.  (no need for the . after pathfix.bat) 

@ECHO OFF
for %%A in ("%TMP%") do set TMP=%%~sA
for %%A in ("%TEMP%") do set TEMP=%%~sA
start octave.vbs

reply via email to

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