Hi,

 

Scilab Scinotes editor is indeed excellent.

It would be outstanding if it had a very useful feature: a column editing mode 
(cut/paste/etc), which is available in some freeware programmers' text editors.

 

As for the Windows default file associations, you can contact Microsoft support 
forums directly.

You will also get many results after googling: "File Association Fixes for 
Windows 7".

As it is dangerous to touch the registry, make sure the site you are using is 
trustworthy.

 

Regards

Rafael G.

 

-----Original Message-----
From: [email protected] [mailto:[email protected]] On 
Behalf Of Antoine Monmayrant
Sent: Monday, May 06, 2013 8:37 AM
To: International users mailing list for Scilab.
Subject: Re: [Scilab-users] winopen

 

On 05/05/2013 18:42, haasejos wrote:

> hello,

> 

> I would like to write a textfile and check what I wrote with 

> "winopen". See

> example:

> 

> *clear; clc; xdel;

> cd ('C:\Users\Zuhause\Desktop');

> 

> fd = mopen('Demo_zu_mfprintf.txt' , 'wt');

> mfprintf(fd , '0        1         2         3         4         5\n');

> mclose(fd);

> 

> winopen('C:\Users\Zuhause\Desktop\Demo_zu_mfprintf.txt');*

> 

> Executing the example gives this errormessage:

> 

> 

> *-->winopen('C:\Users\Zuhause\Desktop\Demo_zu_mfprintf.txt');

>                                                           !--error 999

> winopen: kann Datei nicht öffnen

> C:\Users\Zuhause\Desktop\Demo_zu_mfprintf.txt.*

> 

> What am I doing wrong?

Hi,

 

I don't have a solution but maybe a workaround: why not using scinote -- it's a 
decent text editor ;-) -- ?

 

edit('C:\Users\Zuhause\Desktop\Demo_zu_mfprintf.txt');

 

moreover, it makes your code more portable.

Hope it helps,

 

Antoine

> 

> best regards, Josef

> 

> 

> 

> 

> 

> --

> View this message in context: 

>  <http://mailinglists.scilab.org/winopen-tp4026653.html> 
> http://mailinglists.scilab.org/winopen-tp4026653.html

> Sent from the Scilab users - Mailing Lists Archives mailing list archive at 
> Nabble.com.

> _______________________________________________

> users mailing list

>  <mailto:[email protected]> [email protected]

>  <http://lists.scilab.org/mailman/listinfo/users> 
> http://lists.scilab.org/mailman/listinfo/users

> 

_______________________________________________

users mailing list

 <mailto:[email protected]> [email protected]

 <http://lists.scilab.org/mailman/listinfo/users> 
http://lists.scilab.org/mailman/listinfo/users

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to