thanks for the info, I'll go through them.
a) I will try command.com, but I'm not sure if I cna use it. I still have the version using FTN77 with DBOS. (Salford --> Silverfrost). If THAT would be possible all would run at once without doing ANYTHING. But I'm afraid that won't work as FTN77 used...
I have an old program using Escape sequences for userinteraction on a screenbasis. It has bene working on many different systems and all those escapesequences are generated in ONE routine working on the definition of what has to be shown.
Now (after over 10 years) I need to make that program...
xwb : I already tried that (but thanks anyway)
jhonhors: I looked at the comments about ansi.sys in the FTN95 forum but it didn't help. I tried ANSI.COM but it didn't work under Win2K.
BTW I've been using FTN77 since 1984 or so until 1992 and have a license from Salford (and also for Clearwin...
Thanks for the reply Johnhors.
You're right Win2K doesn't use AUTOEXEC.BAT and CONFIG.SYS anymore but AutoEXEC.NT and CONFIG.NT I found (now) in several places on the internet.
Unfortunally it doesn't solve the problem putting device=ansi.sys in config.nt , still the texts of the...
What are you actualy trying to achieve?
Is it "just" putting the highest value on the diagonal or the first step in a LU decomposition?
If the latter other things are important too, especially if you are interested in sparse-matrices.
I know something about sparse matrices (related to Equation...
I'm using Compaq Visual Fortran v6.6 under Win2K.
I have an old Fortran-77 program using ANSI escape-sequences to display colored texts (and lines) and predefined positions on the screen.
I created a quickwin project, put the statement "device=ansi.sys" in CONFIG.SYS but what happens is that...