Jump to content
Champions_2002

Autorun.sys

Recommended Posts

i have been trying to remember how to make a atari disk autorun, but can not remember, does anybody on here know

 

The Autorun behavior depends on the DOS in use. Most DOS Systems for Atari 8-bit start a COM-Binary File named "AUTORUN.SYS". This file must be a normal Atari Style Binary COM-File. If you would like to start a Basic Program, you need a small Machinecode AUTORUN.SYS that enables BASIC and emits the BASIC statement to run your BASIC Program (something like 'RUN "D:MYPROG.BAS"'

 

Examples for such BASIC Autorun Starter canbe found here -> http://atariwiki.strotmann.de/xwiki/bin/vi...icAutorunLoader

Share this post


Link to post
Share on other sites
i have been trying to remember how to make a atari disk autorun, but can not remember, does anybody on here know

 

With SpartaDos (3.2) just rename the file you want to autorun to AUTORUN.SYS

 

For a BASIC program to run after boot just create a STARTUP.BAT file in the root directory of your disk with this in it:

 

CAR

RUN "Dx:YOURPGM.BAS"

 

or

CAR

LOAD "Dx:YOURPGM.BAS" if you only want to load the basic program without running it.

 

x: is your drive number (1-8 in SpartaDos)

 

Ray

Edited by atari8warez

Share this post


Link to post
Share on other sites

Another very short program that builds an AUTORUN.SYS file that will "boot" any Basic program named "AUTORUN.BAS".

http://www.atariage.com/forums/index.php?showtopic=73701

 

 

 

If you have a number of machine language files you wish to boot, you can use a multiloader. You could even make the Basic loader above the last one in the chain.

http://www.atarimagazines.com/v5n11/multirun.html

  • Like 1

Share this post


Link to post
Share on other sites

not that anyone has mentioned it (i guess it should be obvious anyway), yoiu can only have one 'autorun.sys' per disk or directory level (if using high cap disk densities and spartadros/mydos alike dos's)

Share this post


Link to post
Share on other sites
not that anyone has mentioned it (i guess it should be obvious anyway), yoiu can only have one 'autorun.sys' per disk or directory level (if using high cap disk densities and spartadros/mydos alike dos's)

 

Actually the later versions of MyDos allow up to 10 autorun files. The file can have any name but must have a .ARx extention with the files executed in order from .AR0 thru .AR9.

Share this post


Link to post
Share on other sites
not that anyone has mentioned it (i guess it should be obvious anyway), yoiu can only have one 'autorun.sys' per disk or directory level (if using high cap disk densities and spartadros/mydos alike dos's)

 

Actually the later versions of MyDos allow up to 10 autorun files. The file can have any name but must have a .ARx extention with the files executed in order from .AR0 thru .AR9.

Superdos has those things like that built in. any extention with RAM will be copied to ramdisk at boot up. A small file included renamed to autorun.sys will create a menu of basic games and will onlt show those with the extention of BAS. Aux.SYS has a menu loader for COM games it uses the first 3 sectors on disk and the last 3 sectors of the directory so the whole disk can be filled with games etc and be loaded at high speed USD compatiable drives and the XF551.

 

James

Share this post


Link to post
Share on other sites

If you run Turbobasic (for example by renaming it to Autorun.sys) it will automatically run a file called Autorun.bas.

Share this post


Link to post
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.

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...