FujiNetWIFI / FujiNetWIFI/fujinet-nhandler
NOS: AUTORUN function
- Dominant language
- Assembly
- Stars
- 7
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
When NOS is booting up no drives are mapped by default. So the first thing one must do is always NCDing to the "working directory" of choice (or load by full URL directly). Both ways are somewhat cumbersome. For example the first thing after booting I do are these three commands:
`NCD TNFS://TWIX/OSM/`
`NTRANS 3`
`CAR`
This way I can cross develop my BASIC files on my PC and on the ATARI/Altirra.
It would by nice to have the NOS do some kind of autorun (like other DOSes). As NOS supports batch files ideally it could automatically fetch a file called AUTORUN.BAT from a user defined TNFS server.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.