Re: A89: A68k help
[Prev][Next][Index][Thread]
Re: A89: A68k help
doors.bat is missing from the latest DoorsOS distribution. You could try
downloading the older version and using the doors.bat in it, or write your own.
/ Niklas Brunlid
Check out Prosit for the TI-89 / TI-92+ at http://prosit.ticalc.org
Random PQF Quote follows:
"Pets are always a great help in times of stress. And in times of
starvation too, o'course."
-- (Terry Pratchett, Small Gods)
----- Original Message -----
From: <JHill8075@aol.com>
To: <assembly-89@lists.ticalc.org>
Sent: Monday, November 22, 1999 2:40 AM
Subject: Re: A89: A68k help
>
> I did exectly what you said (and read the readme file in doors) and when I
> try to compile, it says "Bad command or file name" then on the next line it
> says "There were no errors". I reset my computer and it still said the same
> thing. So I tried to compile the example in the readme file and I still got
> the same thing. Why isn't this working? Thanks. Sorry if these are stupid
> questions, but I'm just a beginner.
>
> Josh
>
> << I had the same problem. Download Doorsos. One of the readme files
> (reproduced below) explains how to edit your autoexec so you can use
> Doors.bat to compile. That should work.
>
> From the readme:
>
>
> How to compile a program or a library
> -------------------------------------
>
> Suppose that you unzipped Doors in the folder C:\Doors
> The first thing to do is to add this lines in autoexec.bat:
>
> SET DOORSOS=C:\DOORS
> SET PATH=%PATH%;%DOORSOS%\BIN
>
> Now you can compile a program or a library from the Dos command line:
>
> C:\DOORS>Doors <prog>
>
> With prog the name of the .asm file without its extension. >>
>
References: