help-octave
[Top][All Lists]
Advanced

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

Octave3.8.2 run command listing directory twice


From: ollie
Subject: Octave3.8.2 run command listing directory twice
Date: Mon, 30 Mar 2015 07:12:56 -0700 (PDT)

Hi,
I've installed MXE-Octave 3.8.2 on Windows 7 Enterprise, 32 bit. When I call
the run command to run a .m file, the file cannot be found because octave
lists the working directory incorrectly; Command Window output is given
here:

 >> pwd
ans = C:\Windows\system32
>> cd C:\Users\Oliver\Documents\SecondYearExpts\C4
>> pwd
ans = C:\Users\Oliver\Documents\SecondYearExpts\C4
>> dir
.                                          
..
C4part1.m                               
C4part2.m                                 
C4part3.m                                  
C4part4.m                                  

>> run C4part1.m
no such file,
'C:\Users\Oliver\Documents\SecondYearExpts\C4\C:UsersOliverDocumentsSecondYearExptsC4C4part1.m'
error: called from 'run' in file
C:\Octave\Octave-3.8.2\share\octave\3.8.2\m\miscellaneous\run.m near line
80, col
umn 5
error: called from:
error:   C:\Octave\Octave-3.8.2\share\octave\3.8.2\m\miscellaneous\run.m at
line 80, column 5


Any help is much appreciated.

Ollie.



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Octave3-8-2-run-command-listing-directory-twice-tp4669492.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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