Re: A89: A68k help
[Prev][Next][Index][Thread]
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. >>
Follow-Ups: