Jump to content
IGNORED

Upgrading from MDOS 0.97R to 6.50


webdeck

Recommended Posts

I have tried upgrading from MDOS 0.97R to 6.50, but none of my programs run.  They all give me the error "Bad command or filename."

 

Do I need to change something in my AUTOEXEC file?  Here is what I have:

timode
echo off
mode RS232/1:1200,N,8,1
mode RS232/2:9600,N,8,1
mode 80
ramdisk 90
prompt $t$b$n:\$p$g
assign d=DSK5:
path e:\SYS;e:\SYS\BATCH;d:
e:
cd \SYS
chkdsk e:
ver

 

Link to comment
Share on other sites

Examples of programs that aren't running...?

 

MDOS was intentionally volatile at the time, with certain page numbers and routines changing between releases.

 

Are your filenames lower case? MDOS 6.50 has a 'case' command that converts filenames to upper case.

 

What device names are you using?   Hard drive is now "HDSx" not "WDSx" in MDOS

 

type REMAP and ASSIGN at the command line and share.

Link to comment
Share on other sites

1 minute ago, webdeck said:

Ah!  "case on" is the thing I needed to do!

 

One other question - I tried editing AUTOEXEC using MyWord and it looks like it added a line of garbage at the end of the file.  Is that a bug or is there something I need to do in MyWord to prevent that from happening?

 

 

That's the tab info, common with TI Writer, Funnelweb, etc.  Flip to Program Edit (PE) mode and/or save using the PrintFile (PF) option.

 

There are a few native MDOS editors.  I prefer "EDIT" by P. Muys for all of my programming.  There is also one called QDE by C. Pulley.  Some other programs you might want to grab along the way :

Directory Manager - native MDOS file manager

EXEC - loads EA Option 5 programs from the command line

 

  • Like 1
Link to comment
Share on other sites

11 minutes ago, mizapf said:

Why are you using timode for the autoexec? Doesn't this take away resources for native applications?

 

(I'm using timode only in scripts that launch GPL mode, or for EXEC.)

In the olden days, timode had to be the first line of the AUTOEXEC if you wanted the option to run gpl.  Is that no longer the case?

Link to comment
Share on other sites

2 hours ago, webdeck said:

Ah!  "case on" is the thing I needed to do!

 

One other question - I tried editing AUTOEXEC using MyWord and it looks like it added a line of garbage at the end of the file.  Is that a bug or is there something I need to do in MyWord to prevent that from happening?

 

 

I think use Program Edit mode of MyWord.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...